Name Date Size #Lines LOC

..--

.gitignoreH A D25-Apr-2025229 1312

COPYINGH A D25-Apr-202514.6 KiB8451

MakefileH A D25-Apr-20253.1 KiB9656

README.mdH A D25-Apr-2025313 128

bench_functions.cH A D25-Apr-202527 KiB374203

blockStreaming_doubleBuffer.cH A D25-Apr-20254.7 KiB203149

blockStreaming_doubleBuffer.mdH A D25-Apr-20252.7 KiB10174

blockStreaming_lineByLine.cH A D25-Apr-20255.3 KiB212159

blockStreaming_lineByLine.mdH A D25-Apr-20253.6 KiB12393

blockStreaming_ringBuffer.cH A D25-Apr-20254.9 KiB191128

dictionaryRandomAccess.cH A D25-Apr-20258 KiB281205

dictionaryRandomAccess.mdH A D25-Apr-20252.1 KiB6850

fileCompress.cH A D25-Apr-20255.4 KiB234169

frameCompress.cH A D25-Apr-202515.7 KiB490362

print_version.cH A D25-Apr-2025269 148

simple_buffer.cH A D25-Apr-20255.5 KiB10040

streamingHC_ringBuffer.cH A D25-Apr-20256 KiB233160

streaming_api_basics.mdH A D25-Apr-20253.5 KiB8868

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