mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 16:48:01 +00:00
bc5ed2d218
Removes empty trashbyte array allocation (less objects) Change int[] to byte[] (less filesize/mem) (-256*6) Change int[] to ushort[], precompute reverse table in saved space removes dictionary lookup for array index fetch (faster, less memory, no temp obj allocations!) could make the ushort[] arrays into byte[] by changing them to be value shifts? Not worth saving filesize for cpu. |
||
---|---|---|
.. | ||
Experience.cs | ||
FormConverter.cs | ||
ItemConverter.cs | ||
PKMConverter.cs | ||
PKMSorting.cs | ||
PKX.cs | ||
SpeciesConverter.cs |