Module tiny_table

Source

Structs§

TinyTable
hash table semantics build over an unsorted vector and linear search. This is fast for small data sets with small keys up to dozens of entries.

Type Aliases§

TinySet