Skip to content

v3.0.1

Compare
Choose a tag to compare
@actioninja actioninja released this 31 Mar 04:24

Changed

  • Major performance improvements for decompress and decompress_easy via rewritten decompression,
    more aggressive inlining, and avoiding unnecessary allocations. Throughput should see minimum 80%
    improvement and in best cases can be as much as 700% -@chieltbest
  • IO Errors now actually output what the error was when printed. Whoops. -@actioninja
  • Many new unit tests to harden functionality against regressions and test error cases -@actioninja

Fixed

  • Potential nonspec compliant behavior on the SimsEA flags field was corrected, it now writes the
    magic bits in the middle. -@actioninja