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.

github.com/Eric-Canas/CircularDict

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

No recent activity.