VOGONS

Common searches


Search results

Display options

optimization patch.

Much of my prior optimizations havn't been added so I'll try to explain what's going on with the changes. get rid of memory accesses, in exchange do a shift get rid of jump of if (bool) var++ and similiar code, instead does var+=(bool) change switch statements <4 to if then (if then is faster than …

Page 30 of 41