File: README.md

package info (click to toggle)
lz4 1.10.0-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,544 kB
  • sloc: ansic: 19,102; makefile: 1,060; python: 812; sh: 504; cpp: 173
file content (11 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
# LZ4 examples

All examples are GPL-v2 licensed.

## Documents

 - [Streaming API Basics](streaming_api_basics.md)
 - Examples
     - [Double Buffer](blockStreaming_doubleBuffer.md)
     - [Line by Line Text Compression](blockStreaming_lineByLine.md)
     - [Dictionary Random Access](dictionaryRandomAccess.md)