lz4/examples/README.md

11 lines
252 B
Markdown
Raw Normal View History

2015-03-24 22:53:02 +00:00
# LZ4 examples
2016-11-02 02:14:04 +00:00
All examples are GPL-v2 licensed.
2015-03-24 22:53:02 +00:00
## Documents
- [Streaming API Basics](streaming_api_basics.md)
2015-03-24 23:12:18 +00:00
- Examples
- [Double Buffer](blockStreaming_doubleBuffer.md)
- [Line by Line Text Compression](blockStreaming_lineByLine.md)