|
|
|
|
|
by fenesiistvan
708 days ago
|
|
One important consideration is missing from this benchmark: how they behave with multi-threading.
There can be big differences between diffent hash table implementation when you have to use them from different threads (built-in smart thread safety vs external dumb locks, etc) |
|