lz4/examples
2016-11-11 11:37:12 -08:00
..
.gitignore Add dictionary random access example 2016-11-09 17:39:56 -08:00
blockStreaming_doubleBuffer.c Remove whitespace from ends of lines 2016-02-12 22:49:52 -08:00
blockStreaming_doubleBuffer.md Added : doc authorship 2015-03-25 17:22:26 +01:00
blockStreaming_lineByLine.c Updated lz4hc API 2015-05-03 20:57:21 +01:00
blockStreaming_lineByLine.md Added : doc authorship 2015-03-25 17:22:26 +01:00
blockStreaming_ringBuffer.c Updated unsynchronized buffers tests 2014-11-04 10:04:37 +01:00
compress_functions.c Several changes to address a few concerns from Yann. See Google Group LZ4c topic 'Reusing compression/decompression resources' for details. 2015-10-29 21:47:13 -05:00
COPYING Clarified license (#115, #244) 2016-11-01 19:14:04 -07:00
dictionaryRandomAccess.c Add dictionary random access example 2016-11-09 17:39:56 -08:00
dictionaryRandomAccess.md Add dictionary random access example 2016-11-09 17:39:56 -08:00
frameCompress.c Add frame decompression example 2016-11-11 11:37:12 -08:00
HCStreaming_ringBuffer.c Added static analyzer test in Visual 2015-06-28 18:58:16 -08:00
Makefile Add dictionary random access example 2016-11-09 17:39:56 -08:00
printVersion.c Added : examples from Takayuki Matsuoka 2014-08-26 14:27:22 +01:00
README.md Add dictionary random access example 2016-11-09 17:39:56 -08:00
simple_buffer.c Several changes to address a few concerns from Yann. See Google Group LZ4c topic 'Reusing compression/decompression resources' for details. 2015-10-29 21:47:13 -05:00
streaming_api_basics.md Remove whitespace from ends of lines 2016-02-12 22:49:52 -08:00

LZ4 examples

All examples are GPL-v2 licensed.

Documents