Crates.io | caffeine_ |
lib.rs | caffeine_ |
version | 0.1.1 |
source | src |
created_at | 2024-07-24 05:08:17.921588 |
updated_at | 2024-07-24 05:47:53.646728 |
description | Simple hash table implementation using open addressing. Written for use with my crafting interpeters tutorial implementation. |
homepage | |
repository | |
max_upload_size | |
id | 1313668 |
size | 1,508,703 |
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.
Me when I started writing this: