Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 05-Oct-2017 | 129 | |
blockStreaming_doubleBuffer.c | 05-Oct-2017 | 4.7K | |
blockStreaming_doubleBuffer.md | 05-Oct-2017 | 2.7K | |
blockStreaming_lineByLine.c | 05-Oct-2017 | 5.2K | |
blockStreaming_lineByLine.md | 05-Oct-2017 | 3.6K | |
blockStreaming_ringBuffer.c | 05-Oct-2017 | 5.1K | |
compress_functions.c | 05-Oct-2017 | 26.4K | |
COPYING | 05-Oct-2017 | 17.7K | |
dictionaryRandomAccess.c | 05-Oct-2017 | 7.9K | |
dictionaryRandomAccess.md | 05-Oct-2017 | 2.1K | |
frameCompress.c | 05-Oct-2017 | 7.6K | |
HCStreaming_ringBuffer.c | 05-Oct-2017 | 5.9K | |
Makefile | 05-Oct-2017 | 3.1K | |
printVersion.c | 05-Oct-2017 | 292 | |
README.md | 05-Oct-2017 | 313 | |
simple_buffer.c | 05-Oct-2017 | 5.2K | |
streaming_api_basics.md | 05-Oct-2017 | 3.5K |
1 # LZ4 examples 2 3 All examples are GPL-v2 licensed. 4 5 ## Documents 6 7 - [Streaming API Basics](streaming_api_basics.md) 8 - Examples 9 - [Double Buffer](blockStreaming_doubleBuffer.md) 10 - [Line by Line Text Compression](blockStreaming_lineByLine.md) 11 - [Dictionary Random Access](dictionaryRandomAccess.md) 12