dwarfs-0.9.6
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%.