Skip to content
#

dict

Here are 199 public repositories matching this topic...

Modifiable Items Dictionary is a python3.6+ library offering enhanced, tested, typed, and thread-safe dictionary classes. ModifiableItemsDict and ModifiableItemsAttrDict are classes that allow for key and value modifications during creation, insertion, and retrieval. ModifiableItemsAttrDict also provides attribute-style access to dictionary items.

  • Updated Jun 20, 2024
  • Python

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.

  • Updated May 13, 2024
  • Python

Improve this page

Add a description, image, and links to the dict topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dict topic, visit your repo's landing page and select "manage topics."

Learn more