Eric-Canas/CircularDict
CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. Ideal for caching large data structures while maintaining control over memory footprint.
PythonMIT
Issues
- 3
- 2
Compatibility with PyPy
#2 opened by smuuf - 2
Size counter not reset when clear()
#1 opened by Zhiyuan-Wu