Name Date Size #Lines LOC

..--

.gitignoreH A D25-Apr-202543 32

MakefileH A D25-Apr-20251.2 KiB4123

README.mdH A D25-Apr-2025517 1511

main.cH A D25-Apr-20252.9 KiB10881

sequence_producer.cH A D25-Apr-20252.3 KiB8159

sequence_producer.hH A D25-Apr-2025717 2713

README.md

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