Skip to content

TooFatToKidnapp/hash-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Table Implementation in Rust

This repo was purely for educational purposes.

the benchmarks show how much slower this version of std::collections::HashMap is.

For resolving collisions we use Open Addressing. For the hash function we use djb2

Quick Start

$ cargo run --release

Run tests

$ cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages