Commit Graph

6 Commits

Author SHA1 Message Date
Kovid Goyal
dc1bed1bd1 Use XXHash for hash table hashing of arbitrary sized keys
Much faster than FNV
2025-02-03 10:56:46 +05:30
Kovid Goyal
b602915d5b ... 2025-02-03 10:56:46 +05:30
Kovid Goyal
b96da25380 More work on multicell font rendering 2025-02-03 10:56:44 +05:30
Kovid Goyal
2ba28171ab DRYer 2024-07-16 10:45:46 +05:30
Kovid Goyal
94ebc972ce move sprite position map to verstable 2024-07-12 09:11:00 +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