singe/thirdparty/zstd/contrib/externalSequenceProducer
2023-11-14 22:16:48 -06:00
..
.gitignore Singe now automatically unpacks ".game" files. 2023-11-14 22:16:48 -06:00
main.c Singe now automatically unpacks ".game" files. 2023-11-14 22:16:48 -06:00
Makefile Singe now automatically unpacks ".game" files. 2023-11-14 22:16:48 -06:00
README.md Singe now automatically unpacks ".game" files. 2023-11-14 22:16:48 -06:00
sequence_producer.c Singe now automatically unpacks ".game" files. 2023-11-14 22:16:48 -06:00
sequence_producer.h Singe now automatically unpacks ".game" files. 2023-11-14 22:16:48 -06:00

externalSequenceProducer

externalSequenceProducer is a test tool for the Block-Level Sequence Producer API. It demonstrates how to use the API to perform a simple round-trip test.

A sample sequence producer is provided in sequence_producer.c, but the user can swap this out with a different one if desired. The sample sequence producer implements LZ parsing with a 1KB hashtable. Dictionary-based parsing is not currently supported.

Command line :

externalSequenceProducer filename