550b40849f
Having a dedicated file for optimal parser made sense during its creation, it allowed Przemyslaw to work more freely on lz4opt, with less dependency on lz4hc, moreover, the optimal parser was more complex, with its own search functions. Since the optimal was rewritten last year, it's now a lot lighter. It makes more sense now to integrate it directly inside lz4hc.c, making it easier to edit (editors are a bit "lost" inside a `*.h` dependent on its #include position), it also reduces the number of files in the project, which fits pretty well with lz4 objectives. (adding lz4hc requires "just" lz4hc.h and lz4hc.c). |
||
---|---|---|
.. | ||
.gitignore | ||
blockStreaming_doubleBuffer.c | ||
blockStreaming_doubleBuffer.md | ||
blockStreaming_lineByLine.c | ||
blockStreaming_lineByLine.md | ||
blockStreaming_ringBuffer.c | ||
compress_functions.c | ||
COPYING | ||
dictionaryRandomAccess.c | ||
dictionaryRandomAccess.md | ||
frameCompress.c | ||
HCStreaming_ringBuffer.c | ||
Makefile | ||
printVersion.c | ||
README.md | ||
simple_buffer.c | ||
streaming_api_basics.md |
LZ4 examples
All examples are GPL-v2 licensed.