compio-rs/compio

Deterministic runs?

Open

#568 opened on Dec 12, 2025

 (4 comments) (1 reaction) (0 assignees)Rust (120 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,732 stars)
PR merge metrics
 (Avg merge 2d 3h) (14 merged PRs in 30d)

Description

Hey! Awesome project!

I'm building a small storage engine and compio seems the best fit for it, however, the project is built from the ground up with Deterministic Simulation Testing (DST) and in order to it use compio I need to have sure that, given the same key, every run goes exactly the same (or at least exactly enough). Idk, if it's in the roadmap but it would be quite useful.

Edit: "given the same seed"

Contributor guide