mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-04-09 05:03:08 +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.