Update to Zstandard 1.4.5As usual, the full release notes are found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.5Notable changes include:* Improved decompress performance o
Update to Zstandard 1.4.5As usual, the full release notes are found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.5Notable changes include:* Improved decompress performance on amd64 and arm (5-10% and 15-50%, respectively).* '--patch-from' zstd(1) CLI option, which provides something like a very fast version of bspatch(1) with slightly worse compression. See release notes.In this update, I dropped the 3-year old -O0 workaround for an LLVM ARM bug;the bug was fixed in LLVM SVN in 2017, but we didn't remove this workaroundfrom our tree until now.MFC after: I won't, but feel freeRelnotes: yes
show more ...
Update to Zstandard 1.4.4The full release notes can be found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.4Notable changes in this release include improved decompression speed
Update to Zstandard 1.4.4The full release notes can be found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.4Notable changes in this release include improved decompression speed (about10%). See the Github release notes for more details.MFC after: I'm not going to, but feel freeRelnotes: yes
Update to Zstandard 1.4.0The full release notes can be found on Github: https://github.com/facebook/zstd/releases/tag/v1.4.0Relnotes: yes
Move zstd from contrib to sys/contrib so it can be used in thekernel. Adjust the Makefiles that referenced it to the new path.Sponsored by: NetflixOK'd by: cem@ and AllanJude@