Open stevefan1999-personal opened 2 years ago
Note that HashSet is being swapped with BTreeSet, since hash set is not included in alloc (but hashbrown)
alloc
hashbrown
Also, we could find a way for things like staticvec to work with this. For the NFA I'm not so sure, but we can probably use FcHashMap
Note that HashSet is being swapped with BTreeSet, since hash set is not included in
alloc
(buthashbrown
)