Compact-dict – a cache-local, linear probing hash map in Rust
gustawdaniel Wednesday, March 11, 2026
Summary
The article introduces Compact Dict, an open-source Python library that provides a compact and efficient way to store and retrieve dictionary-like data structures. It offers features such as small memory footprint, fast lookups, and support for various data types.
3
1
Summary
github.com