Skip to content

dwarfs-0.9.6

Compare
Choose a tag to compare
@mhx mhx released this 24 Feb 06:57
· 472 commits to main since this release

UPDATE: All prebuilt binaries available for download here are unaffected by the xz/liblzma backdoor issue. The binaries are statically linked against liblzma-5.4.1, which does not include the backdoor, so even on systems with an affected version of liblzma, the statically linked binaries are safe. #207 has more details. Thanks to @bionade24 for bringing this to my attention.

Bugfixes

  • Add workaround for new glog release breaking the folly build. Fixes github #201.

Performance

  • Improve ricepp decoding speed by about 25% on x86 and arm, and up to 100% on Windows. Also improve encoding speed on Windows by 25%.