Is load factor 16 or greater possible?
hiqsociety opened this issue · 1 comments
hiqsociety commented
- is load factor 16 or greater possible?
- What's the maximum load factor possible? what does load factor mean?
- Possible to have mem usage lower than the actual size of the data?
Tessil commented
- Yes
- No hard-coded limit but raising it higher than 4 is probably not a good idea. The load factor is
size()/
bucket_count(). - Yes if there're a lot of common prefix in your data.