AtmaWeapon / FFXIVSynthSolver

BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Make the StateDetails structure more compact #5

Closed AtmaWeapon closed 10 years ago

AtmaWeapon commented 10 years ago

The struct should be nothing but two 64-bit integers, and the property accessors should use bitmasks to extract the values. This will reduce memory consumption fairly drastically, and probably even increase performance due to superior cache locality.

AtmaWeapon commented 10 years ago

Fixed in 6b7198d0b4e68400e26362335b80f8afad9f615c.