PackageTrack Sign in Track my project

circular-dict

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.

1.9 2.1M downloads/mo #3320 most downloaded on PyPI Eric-Canas/CircularDict

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 4 weeks to 9 months

This project publishes no release notes

no changelog in the repository, the docs or the published archive

Nothing withdrawn

no release was ever pulled

3 years old

10 releases · first in 2023

0 releases in the last 12 months

see the full history below

Release timeline

10 releases · Jun 2023 to May 2024
2024 2025 2026
Release Pre-release

Releases

latest 10
  1. 1.9 12 May 2024

    This project publishes no release notes

  2. 1.8 12 May 2024

    This project publishes no release notes

  3. 1.7 17 Aug 2023

    This project publishes no release notes

  4. 1.6 20 Jul 2023

    This project publishes no release notes

  5. 1.5 20 Jun 2023

    This project publishes no release notes

  6. 1.4 19 Jun 2023

    This project publishes no release notes

  7. 1.3 19 Jun 2023

    This project publishes no release notes

  8. 1.2 19 Jun 2023

    This project publishes no release notes

  9. 1.1 19 Jun 2023

    This project publishes no release notes

  10. 1.0 19 Jun 2023

    This project publishes no release notes

Stop reading changelogs one package at a time.

Point PackageTrack at your project and get told which of your dependencies moved, which of those matter, and what to do about it.

Track my project