Stazer / zlisp

MIT License
0 stars 0 forks source link

Add faster hashtable #1

Open DasNaCl opened 5 years ago

DasNaCl commented 5 years ago

std::unordered_map is dead slow. We should use hopscotch or coocoo

DasNaCl commented 5 years ago

also applicable to set