JesperAxelsson / rust-intmap

Specialized hashmap for u64 keys
MIT License
30 stars 10 forks source link

Improve documentation of load factor #59

Closed jakoschiko closed 4 weeks ago

jakoschiko commented 1 month ago

I was confused by the documentation of IntMap::set_load_factor. I thought that only values above 1.0 were allowed. I changed the documentation to my taste and made some small changes to the tests.