PyPI Stats

Search

All packages
Top packages

Track packages

circular-dict


PyPI page
Home page
Author: Eric-Canas
License: MIT
Summary: 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. This way, the CircularDict will be always up-to-date with the last N added elements, ensuring that neither the maximum length nor the memory usage limit is exceeded. It is ideal for caching large data structures while maintaining control over memory footprint.
Latest version: 1.9


Downloads last day: 42,751
Downloads last week: 221,168
Downloads last month: 1,211,609