lz4/doc
Yann Collet c25eb16666 random lz4f clarifications
the initial intention was to update lz4f ring buffer strategy,
but lz4f doesn't use ring buffer.
Instead, it uses the destination buffer as much as possible,
and merely copies just what's required to preserve history
into its own buffer, at the end.
Pretty efficient.

This patch just clarifies a few comments and add some assert().
It's built on top of #528.

It also updates doc.
2018-05-02 16:05:42 -07:00
..
lz4_Block_format.md minor edit of block format 2018-04-25 06:42:57 -07:00
lz4_Frame_format.md fix typos as suggested by @psteinb 2018-01-31 09:54:30 -08:00
lz4_manual.html random lz4f clarifications 2018-05-02 16:05:42 -07:00
lz4frame_manual.html ensure favorDecSpeed is properly initialized 2018-04-27 09:04:09 -07:00