Home | History | Annotate | only in /src/external/bsd/zstd/dist/contrib/externalSequenceProducer
Up to higher level directory
NameDateSize
main.c27-Oct-20242.9K
Makefile27-Oct-20241.2K
README.md27-Oct-2024517
sequence_producer.c27-Oct-20242.3K
sequence_producer.h27-Oct-2024717

README.md

      1 externalSequenceProducer
      2 =====================
      3 
      4 `externalSequenceProducer` is a test tool for the Block-Level Sequence Producer API.
      5 It demonstrates how to use the API to perform a simple round-trip test.
      6 
      7 A sample sequence producer is provided in sequence_producer.c, but the user can swap
      8 this out with a different one if desired. The sample sequence producer implements
      9 LZ parsing with a 1KB hashtable. Dictionary-based parsing is not currently supported.
     10 
     11 Command line :
     12 ```
     13 externalSequenceProducer filename
     14 ```
     15