Skip to content

Releases: MiloszKrajewski/K4os.Compression.LZ4

1.2.15

22 Oct 22:27
Compare
Choose a tag to compare

Added block decompression with external dictionary (#64)
Minor fixed to unit tests

1.2.13

12 Oct 07:42
Compare
Choose a tag to compare

Removed reference to System.Runtime.CompilerServices.Unsafe (which is transitive)
Added explicit release for netstandard 2.1

1.2.12

14 Aug 19:33
Compare
Choose a tag to compare

Added some testing with Tar*Stream from SharpZipLib

1.2.6

12 Sep 01:12
Compare
Choose a tag to compare

FIXED #41: fixed nasty async reader bug (async vs struct)

1.2.5

04 Sep 19:41
Compare
Choose a tag to compare

FIXED #34: true async support read and write
FIXED #35: full async support for .NET Standard 2.1
FIXED #38: stream is now properly disposed on Close()
FIXED #40: unaligned memory access moved to 32-bit

1.2.4-alpha

09 Aug 12:58
a8e2e45
Compare
Choose a tag to compare
1.2.4-alpha Pre-release
Pre-release

unaligned memory access methods to address ARMv7/Unity bug

1.2.2-beta

13 May 20:57
Compare
Choose a tag to compare
1.2.2-beta Pre-release
Pre-release

issue 32 (slow when combined with CryptStream) fixed
breaking change: interactive mode is no longer default

1.2.1-beta

15 Mar 11:35
Compare
Choose a tag to compare
1.2.1-beta Pre-release
Pre-release

port of lz4 1.9.2
explicit support for both 32 and 64 environments

1.1.11

03 Jul 23:05
Compare
Choose a tag to compare

Added (experimental!) support for .NET 4.5
0

1.1.10

11 Jun 19:55
Compare
Choose a tag to compare

Added explicit "unchecked" around De Bruijn calculation