Skip to content

GabrieleToffanin/low_mem_hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

low_mem_hashmap

An HashMap implementation in Rust that doesn't occupy a lot of memory. This is not very fast but i'll work on this for sure when i'll be gaining more knowledge !

I am going to try implementing linear or quadratic probing for collision handling, and a rehash function for when the hash_table load factor is near 0.75.

Probably some Rust experts will find this code terrible, so if you want to suggest improvements am happy to learn !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages