mi-lib-django_memoize
Cache
Caches and optimizes expensive function calls in Django applications.
An implementation of memoization technique for Django
120 stars
28 watching
30 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Automatically caches and invalidates Django model data in real-time | 876 |
| A caching macro for Elixir that uses CAS on ETS to optimize function calls | 192 |
| Caches function results to speed up repeated calls with identical inputs | 1,091 |
| An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance | 2,136 |
| Provides an autocompletion feature for Django applications with customizable widgets and support for multiple data models. | 1,807 |
| Automates cache configuration for Flask applications on Heroku. | 41 |
| Memoizes promise-returning and async functions to cache consecutive function calls by storing results of identical input. | 397 |
| Tool to optimize database usage in Django by identifying and suggesting the removal of unused fields. | 196 |
| A caching backend for Django web applications using Redis as the storage layer. | 1,039 |
| Protects against a specific web-based attack by modifying the length of HTML responses. | 75 |
| A Django email backend for integrating with the Spoolgore daemon | 5 |
| A Django extension that improves ORM performance by caching objects in memory | 19 |
| A collection of implementations of recent deep learning papers in Python | 1,814 |
| Provides efficient tree data structures for Django web applications | 1,118 |
| A Django ORM query caching system to improve performance by storing and invalidating cached queries. | 1,275 |