Releases: GunnarFarneback/Inflate.jl
Releases · GunnarFarneback/Inflate.jl
v0.1.5
Inflate v0.1.5
Fix bugs on 32-bit Julia.
Merged pull requests:
- Update ci.yml (#17) (@kimikage)
- Fix correctness for 32-bit Julia. (#21) (@GunnarFarneback)
v0.1.4
Inflate v0.1.4
Bugfix for large gzip decompression and reduced allocations for streaming decompression.
Merged pull requests:
- Avoid aliased copyto!. Update infrastructure. (#11) (@GunnarFarneback)
- Update performance testing script for Julia 1.9. (#13) (@GunnarFarneback)
- Fix length check for gzip. (#14) (@GunnarFarneback)
- Avoid aliased copyto! by not calling copyto. (#15) (@GunnarFarneback)
Closed issues:
v0.1.2
Inflate v0.1.2
Closed issues:
- Can you add LZW as well? (#7)
Merged pull requests:
- Add project file and other infrastructural updates. (#8) (@GunnarFarneback)
Performance Improvements
Merge pull request #6 from GunnarFarneback/optimize Optimize performance.
Initial release
v0.1.0 Add documentation to README.md.