Skip to content
#

dict

Here are 342 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 May 23, 2024
  • Python

一个简单易用的关联字段填充框架,通过简单的注解配置快速根据外键/编码值填充相关字段,支持字典,枚举,方法等多种数据源。 A simple and easy-to-use data mapping framework, quickly populate relevant fields according to foreign keys/encoded values through simple annotation configuration, supports dictionaries, enumerations, methods and other data sources.

  • Updated May 22, 2024
  • Java

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