Use SmallVec in Bitfield

This commit is contained in:
Michael Sproul
2022-02-15 17:45:53 +11:00
parent 5340c49de7
commit 062720f62e
4 changed files with 26 additions and 16 deletions

View File

@@ -47,6 +47,7 @@ superstruct = "0.4.0"
serde_json = "1.0.74"
milhouse = { path = "../../../milhouse", optional = true }
rpds = "0.11.0"
smallvec = "1.8.0"
[dev-dependencies]
criterion = "0.3.3"