You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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