Module chisel_stringtable::btree_string_table
source · Expand description
Default implementation of a StringTable based on an internal B-Tree index, which maps u64
hash values to owned String instances. When you access a given value, you will be given a
Cow preventing unnecessary allocations within immutable use cases.
Structs
- Default implementation just maintains a btree keyed on a 64-bit fxhash value