Releases: 4kills/go-libdeflate
Releases · 4kills/go-libdeflate
v1.2.2
v1.2.1
Changelog:
- Added tests to the public API (code coverage ~86%)
- Added benchmarks to compare convenience functions to creating compresosr/decompressor, results show:
- Compressing with convenience is about 1900% slower for repeated calls
- Decomressing with convenience is about 500% slower for repeated calls
- Added memory information
- Updated doc strings and made them more precise
Use compressor / decompressor structs wherever possible
v1.2.0
v1.1.0
v1.0.0
v0.2.1-alpha
- Added error check for whether the (de-)compressor is already closed. If yes, panics upon method invocation.
v0.2.0-alpha
- Added native/decompressor
- Added support for macos
- Added thorough tests for native
v0.1.0-alpha
Currently only supporting x86 with Winodws / Linux. (Darwin comming soon).
Only Compressor functional.