diff options
author | Yann Collet <cyan@fb.com> | 2018-05-02 23:05:42 (GMT) |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2018-05-02 23:05:42 (GMT) |
commit | c25eb1666654c378a6f9e74c9975181cb2767a2a (patch) | |
tree | 2acac6d8a5f25b2b06470c0ce6f2b247418411df /examples/streaming_api_basics.md | |
parent | 858d12e3e1ac072fb0cec188a55bdf1f106fb2da (diff) | |
download | lz4-c25eb1666654c378a6f9e74c9975181cb2767a2a.zip lz4-c25eb1666654c378a6f9e74c9975181cb2767a2a.tar.gz lz4-c25eb1666654c378a6f9e74c9975181cb2767a2a.tar.bz2 |
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.
Diffstat (limited to 'examples/streaming_api_basics.md')
0 files changed, 0 insertions, 0 deletions