BitVec perf: use adaptive hybrid chunked small-array + FxHashMap.

This commit is contained in:
Chris Fallin
2021-05-06 20:03:44 -07:00
parent e2beb471c4
commit 07a5a88972
3 changed files with 177 additions and 117 deletions

View File

@@ -10,6 +10,7 @@ repository = "https://github.com/bytecodealliance/regalloc2"
[dependencies]
log = { version = "0.4.8", default-features = false }
smallvec = "1.6.1"
fxhash = "0.2.1"
# The below are only needed for fuzzing.
# Keep this in sync with libfuzzer_sys's crate version: