606 B
606 B
stitcher
A toy implementation of the stitched ordering algorithm.
Tests
The algorithm implemented here passes all of the tests provided in the stitched ordering repository. Run the test suite with cargo test. By default the order will be stored in memory, but a backend which uses the fjall KV database may be enabled with the -F fjall flag.
REPL
This repository includes an example REPL which may be used to experiment with the ordering algorithm hands-on. Start it with cargo run --example repl.