summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/compress/ZstdCompressor.java
Commit message (Collapse)AuthorAgeFilesLines
* Add some comments, cleanupjonmv2022-06-141-1/+2
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Document pitfall with decompress()Bjørn Christian Seime2021-01-201-0/+5
|
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-201-4/+20
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-201-0/+30
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* Revert "Bjorncs/zstd java"Bjørn Christian Seime2021-01-191-51/+0
|
* Document pitfall with decompress()Bjørn Christian Seime2021-01-191-0/+5
|
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-191-4/+20
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-191-0/+30
Introduce zstandard compression using airlift aircompressor - a pure Java implementation.