lz4/examples/README.md

9 lines
217 B
Markdown
Raw Normal View History

2015-03-24 22:53:02 +00:00
# LZ4 examples
## 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)