[pack]: replaced HashMap by [Option<Poly<u64>]

This commit is contained in:
Jean-Philippe Bossuat
2025-01-10 11:48:51 +01:00
parent 0886e439e0
commit 332e07dbbf
8 changed files with 232 additions and 168 deletions

View File

@@ -13,7 +13,8 @@ prime_factorization = "1.0.5"
itertools = "0.14.0"
criterion = "0.5.1"
rand_distr = "0.4.3"
indexmap = "2.7.0"
sprs = "0.11.2"
sampling = { path = "../sampling" }
[[bench]]