On 2020-03-07, Peter Lee wrote:

> I'm planning to build a pure Java deflater/inflater on my own. Believe this
> may help a lot.

Compress contains a pure Java Deflate64 deflater, which also is a
"normal" deflater by defintion. You may want to take a look at it.

When I implemented the LZ4 encoder I leaned on Peter Deutsch's
description of the LZ77 part of the deflate algorithm in RFC1951 but I
believe the original LZ4 code contains a faster matching algorithm than
that - zlib itself probably does so as well by now.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to