Crates.io | caffeine |
lib.rs | caffeine |
version | 0.2.0 |
source | src |
created_at | 2024-07-24 15:26:26.700597 |
updated_at | 2024-09-03 03:46:38.604638 |
description | Collection of data structures I'm writing for fun. Originally written for use with my crafting interpeters tutorial implementation. |
homepage | |
repository | |
max_upload_size | |
id | 1314093 |
size | 1,538,480 |
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. I originally callede it "tremor" but then changed the name to Caffeine so I could claim the crate name on crates.io from a name squatter.
Me when I started writing this: