Skip to content

Version 0.4.1

Latest
Compare
Choose a tag to compare
@folkertdev folkertdev released this 16 Dec 12:04
· 11 commits to main since this release
v0.4.1

A minor release, but with some nice goodies.

We now support building C-compatible dynamic libraries with cargo c. The readme of the libz-rs-sys-cdylib crate has all the details.

Additionally, performance has improved drastically. We fixed an incorrect loop bound and started using the enable-dfa-jump-thread llvm flag in our benchmarks, which give inflate performance that is consistently better than zlib-ng. Meanwhile @brian-pane has been making some smaller improvements to deflate performance, where we already beat zlib-ng in some, but not yet in all cases.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1