Skip to content

Commit 4178c38

Browse files
committed
update README
1 parent 775a9bf commit 4178c38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RAR is not recommended as it's a proprietary format and the compression is close
2626

2727
7Zip and XZ both are overly complicated. 7Zip does not support streamable formats. XZ has known holes explained here: (http://www.nongnu.org/lzip/xz_inadequate.html) Use Tar/LZip for LZMA compression instead.
2828

29-
ZStandard is an efficient format that works well for streaming with a flexible compression level to tweak the speed/performance trade off you are looking for. We currently only implement decompression for ZStandard but as we leverage the [ZstdSharp](https://github.com/oleg-st/ZstdSharp) library one could likely add compression support without much trouble (PRs are welcome!).
29+
ZStandard is an efficient format that works well for streaming with a flexible compression level to tweak the speed/performance trade off you are looking for.
3030

3131
## A Simple Request
3232

@@ -46,6 +46,8 @@ XZ BCJ filters support contributed by Louis-Michel Bergeron, on behalf of aDolus
4646

4747
7Zip implementation based on: https://code.google.com/p/managed-lzma/
4848

49+
Zstandard implementation from: https://github.com/oleg-st/ZstdSharp
50+
4951
LICENSE
5052
Copyright (c) 2000 - 2011 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
5153

0 commit comments

Comments
 (0)