Commit Graph

3 Commits

Author SHA1 Message Date
Kovid Goyal
6580fa978b ... 2024-07-14 12:34:24 +05:30
Kovid Goyal
a0b6f3c4b3 Mark the size and bucket count methods as const 2024-07-12 12:23:38 +05:30
Kovid Goyal
c9a07f2406 Start move to newer hash table implementation
The new implementation is type safe. Also supposedly faster with less
memory overhead, but havent tested since no hash table is a performance
bottleneck.

New hash table is from: https://github.com/JacksonAllan/Verstable
2024-07-12 09:11:00 +05:30