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.

Home Page:https://github.com/Eric-Canas/CircularDict

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eric-Canas/CircularDict Stargazers