Description
A dictionary that spills to disk.
Chest acts likes a dictionary but it can write its contents to disk. This is
useful in the following two occasions:
- Chest can hold datasets that are larger than memory
- Chest persists and so can be saved and loaded for later use
Chest alternatives and similar packages
Based on the "Caching" category.
Alternatively, view Chest alternatives based on common mentions on social networks and blogs.
-
django-cacheops
A slick ORM cache with automatic granular event-driven invalidation. -
DiskCache
Python disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure-Python. -
python-diskcache
Persistent dict, backed by sqlite3 and pickle, multithread-safe. -
django-cache-machine
Automatic caching and invalidation for Django models through the ORM. -
pylibmc
A Python wrapper around the libmemcached interface from TangentOrg. -
Cachier
Persistent, stale-free, local and cross-machine caching for Python functions. -
dogpile.cache
dogpile.cache is next generation replacement for Beaker made by same authors. -
django-viewlet
Render template parts with extended cache control. -
HermesCache
Python caching library with tag-based invalidation and dogpile effect prevention.
Write Clean Python Code. Always.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Chest or a related project?