more efficient partial regen loop

This commit is contained in:
Simon Gardling
2022-05-13 09:47:08 -04:00
parent 76876eefac
commit 82ef9c24a6
3 changed files with 53 additions and 33 deletions

View File

@@ -57,6 +57,7 @@ uuid = { version = "1", features = ["v4", "fast-rng", "js"] }
bincode = "1.3"
serde = "1"
byte-unit = { version = "4", default-features = false }
unzip-n = "0.1"
[dev-dependencies]
benchmarks = { path = "./benchmarks" }