airlift / aircompressor

A port of Snappy, LZO, LZ4, and Zstandard to Java
Apache License 2.0
562 stars 111 forks source link

[question] is dictionary compression/decompression supported in zstd implementation? #119

Open zhuker opened 3 years ago

FelixGV commented 8 months ago

I am also interested in knowing the answer to this question. So far, from my reading of the code, I haven't seen an API for specifying the dictionary, but I could've missed it. Thanks!