No description
Find a file
2026-09-02 21:41:59 -04:00
examples Update REPL banner example 2026-09-02 21:41:59 -04:00
src Initial commit 2026-09-02 21:31:23 -04:00
.gitignore Initial commit 2026-09-02 21:31:23 -04:00
Cargo.lock Initial commit 2026-09-02 21:31:23 -04:00
Cargo.toml Initial commit 2026-09-02 21:31:23 -04:00
README.md Initial commit 2026-09-02 21:31:23 -04:00

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.