mi-lib-django_memoize

Cache

Caches and optimizes expensive function calls in Django applications.

An implementation of memoization technique for Django

GitHub

120 stars
28 watching
30 forks
Language: Python
last commit: 7 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
django-cache-machine/django-cache-machine Automatically caches and invalidates Django model data in real-time 876
melpon/memoize A caching macro for Elixir that uses CAS on ETS to optimize function calls 189
sindresorhus/memoize Caches function results to speed up repeated calls with identical inputs 1,089
suor/django-cacheops An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance 2,123
yourlabs/django-autocomplete-light Automated suggestions based on existing data 1,804
rdegges/flask-heroku-cacheify Automates cache configuration for Flask applications on Heroku. 41
sindresorhus/p-memoize Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. 396
dizballanze/django-eraserhead Tool to optimize database usage in Django by identifying and suggesting the removal of unused fields. 196
sebleier/django-redis-cache A caching backend for Django web applications using Redis as the storage layer. 1,040
lpomfrey/django-debreach Protects against a specific web-based attack by modifying the length of HTML responses. 75
20tab/django-spoolgore A Django email backend for integrating with the Spoolgore daemon 6
educreations/django-ormcache A Django extension that improves ORM performance by caching objects in memory 19
tdeboissiere/deeplearningimplementations A collection of implementations of recent deep learning papers in Python 1,815
django-treebeard/django-treebeard Provides efficient tree data structures for Django web applications 1,119
noripyt/django-cachalot A Django ORM query caching system to improve performance by storing and invalidating cached queries. 1,251