~mmach/netext73/lz4

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: mmach
  • Date: 2022-11-09 18:52:10 UTC
  • Revision ID: netbit73@gmail.com-20221109185210-w358idlhh0phq688
1.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
v1.9.4
 
2
perf : faster decoding speed (~+20%) on aarch64 platforms
 
3
perf : faster decoding speed (~+70%) for -BD4 setting in CLI
 
4
api  : new function `LZ4_decompress_safe_partial_usingDict()` by @yawqi
 
5
api  : lz4frame: ability to provide custom allocators at state creation
 
6
api  : can skip checksum validation for improved decoding speed
 
7
api  : new experimental unit `lz4file` for file i/o API, by @anjiahao1
 
8
api  : new experimental function `LZ4F_uncompressedUpdate()`, by @alexmohr
 
9
cli  : `--list` works on `stdin` input, by @Low-power
 
10
cli  : `--no-crc` does not produce (compression) nor check (decompression) checksums
 
11
cli  : fix: `--test` and `--list` produce an error code when parsing invalid input
 
12
cli  : fix: support skippable frames when passed via `stdin`, reported by @davidmankin
 
13
build: fix: Makefile respects CFLAGS directives passed via environment variable
 
14
build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-mat
 
15
build: `make` and `make test` are compatible with `-j` parallel run
 
16
build: AS/400 compatibility, by @jonrumsey
 
17
build: Solaris 10 compatibility, by @pekdon
 
18
build: MSVC 2022 support, by @t-mat
 
19
build: improved meson script, by @eli-schwartz
 
20
doc  : Updated LZ4 block format, provide an "implementation notes" section
 
21
 
1
22
v1.9.3
2
23
perf: highly improved speed in kernel space, by @terrelln
3
24
perf: faster speed with Visual Studio, thanks to @wolfpld and @remittor