Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 129 | 10 | 9 | |
COPYING | D | 03-May-2024 | 17.7 KiB | 340 | 281 | |
HCStreaming_ringBuffer.c | D | 03-May-2024 | 5.9 KiB | 230 | 157 | |
Makefile | D | 03-May-2024 | 3.1 KiB | 96 | 48 | |
README.md | D | 03-May-2024 | 313 | 12 | 8 | |
blockStreaming_doubleBuffer.c | D | 03-May-2024 | 4.7 KiB | 203 | 149 | |
blockStreaming_doubleBuffer.md | D | 03-May-2024 | 2.7 KiB | 101 | 74 | |
blockStreaming_lineByLine.c | D | 03-May-2024 | 5.2 KiB | 212 | 159 | |
blockStreaming_lineByLine.md | D | 03-May-2024 | 3.6 KiB | 123 | 93 | |
blockStreaming_ringBuffer.c | D | 03-May-2024 | 5.1 KiB | 202 | 140 | |
compress_functions.c | D | 03-May-2024 | 26.4 KiB | 364 | 192 | |
dictionaryRandomAccess.c | D | 03-May-2024 | 7.9 KiB | 281 | 205 | |
dictionaryRandomAccess.md | D | 03-May-2024 | 2.1 KiB | 68 | 50 | |
frameCompress.c | D | 03-May-2024 | 7.6 KiB | 312 | 245 | |
printVersion.c | D | 03-May-2024 | 292 | 14 | 8 | |
simple_buffer.c | D | 03-May-2024 | 5.2 KiB | 91 | 43 | |
streaming_api_basics.md | D | 03-May-2024 | 3.5 KiB | 88 | 68 |
README.md
1# LZ4 examples 2 3All 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