caffeine_

Crates.iocaffeine_
lib.rscaffeine_
version0.1.1
sourcesrc
created_at2024-07-24 05:08:17.921588
updated_at2024-07-24 05:47:53.646728
descriptionSimple hash table implementation using open addressing. Written for use with my crafting interpeters tutorial implementation.
homepage
repository
max_upload_size
id1313668
size1,508,703
Rift (warp-records)

documentation

README

Simple hash table implementation in Rust. Uses open addressing for collision resolution (even though open addressing is a stupid idea). Written for use with my crafting interpeters tutorial implementation.

Named caffeine because the night I made this, I accidentally had so much Coffee that my hands were literally shaking.

The story What happened is I ran out of coffee filters and decided to just make coffee without one and hope it would be fine. When I drank it I started tweaking instantly. It was so bad I had a hard time typing and even focusing on what I was doing lmao

Me when I started writing this:

Commit count: 0

cargo fmt