diff options
author | Yann Collet <cyan@fb.com> | 2022-08-15 21:24:49 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2022-08-15 21:24:49 (GMT) |
commit | cfd6ab32522280079c2e6d3ea995f172b9ae0312 (patch) | |
tree | 939d919c3903b42ed637542a4799fb3f4fa8b5fc /NEWS | |
parent | 7fe9c69024089c4a670eff506de7ebc63adecfdb (diff) | |
download | lz4-cfd6ab32522280079c2e6d3ea995f172b9ae0312.zip lz4-cfd6ab32522280079c2e6d3ea995f172b9ae0312.tar.gz lz4-cfd6ab32522280079c2e6d3ea995f172b9ae0312.tar.bz2 |
update NEWS for v1.9.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ v1.9.4 perf : faster decoding speed (~+20%) on aarch64 platforms +perf : faster decoding speed (~+70%) for -BD4 setting in CLI api : new function `LZ4_decompress_safe_partial_usingDict()` by @yawqi api : lz4frame: ability to provide custom allocators at state creation api : can skip checksum validation for improved decoding speed @@ -14,6 +15,7 @@ build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t- build: `make` and `make test` are compatible with `-j` parallel run build: AS/400 compatibility, by @jonrumsey build: Solaris 10 compatibility, by @pekdon +build: MSVC 2022 support, by @t-mat build: improved meson script, by @eli-schwartz doc : Updated LZ4 block format, provide an "implementation notes" section |