A dynamic dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time.
Project description
Dynoptimdict
A dynamic data dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time.
⚖️License
📗Documentation
The basic usage is similar to that of Python built-in dict
, please refer to the code example for specific differences: https://github.com/leoweyr/Python-Dynoptimdict/tree/main/examples
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dynoptimdict-2.0.0.tar.gz
.
File metadata
- Download URL: dynoptimdict-2.0.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.8.10 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73c5f86b539559e7c097b4c21729665478d9c3513545b8f4964040be794ac978 |
|
MD5 | 424f0278ecc496b302c4741e13a73f0e |
|
BLAKE2b-256 | e0369ce981fbda507b8fc3dfe6313a3cc647548a378b5b8b6ed54f6f7df5f296 |
File details
Details for the file dynoptimdict-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: dynoptimdict-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.8.10 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea6e51cbea487cec88a74fc7a984b2b9c04302154ac37626898674897401fd32 |
|
MD5 | 4f5dd3b511b27ace6086c547a20ce0ea |
|
BLAKE2b-256 | 3192efba041d424a8eb63518874917971cea3e6af255ab51f0080cc506fc2cff |