|
|
|
|
|
by masklinn
1325 days ago
|
|
> 50% load factor would be incredibly low for any hash table. Might be that I’m more used to open addressing maps? IIRC circa 50 is a pretty good starting point for open addressing unless the collision resolution is specifically designed for that (e.g. swisstable). Not to say it can’t get higher, but for some the that’s where the performance starts going down (e.g. non-bucketed cuckoo hashing). |
|