mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-04-11 06:03:10 +00:00
Saves ~300ms in the test. The main change is to have generators return fixed-size `Vec`s instead of `HashMap`s, which have more overhead.