Did you know, that keeping frequently accessed field at the start of a struct/class can greatly boost access time and decrease code size? I got like 1/10 speed up.
Name:
Anonymous2016-10-20 11:05
>>1 Doesn't the Standard allow the compiler to rearrange struct members, making this technique unreliable?