Home | History | Annotate | Download | only in examples
      1 # LZ4 examples
      2 
      3 All 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