Description
The dictionary / mutable mapping interface is powerful and multi-faceted. - We store data in different locations such as in-memory, on disk, in archive files, etc.. - We manage old data with different policies like LRU, random eviction, etc.. - We might encode or transform data as it arrives or departs the dictionary through compression, encoding, etc..
Zict alternatives and similar packages
Based on the "Caching" category.
Alternatively, view Zict 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. -
HermesCache
Python caching library with tag-based invalidation and dogpile effect prevention.
Collect and Analyze Billions of Data Points in Real Time
* 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 Zict or a related project?