[PR #587] [MERGED] Added DiskCache reference under Caching #2636

Closed
opened 2026-04-15 09:03:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/587
Author: @grantjenks
Created: 3/25/2016
Status: Merged
Merged: 3/25/2016
Merged by: @vinta

Base: masterHead: patch-1


📝 Commits (1)

  • de16115 Added DiskCache reference under Caching

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Why this framework/library/software/resource is awesome?

DiskCache is awesome for many reasons:

  • Django-compatible cache backend replaces the essentially broken filebased cache backend that ships in Django core. Read more details and benchmarks.
  • Cache benchmark comparison shows key lookups are faster than memcached and redis.
  • Built atop SQLite and the file system, it's thread-safe and multiprocess-safe.
  • Supports multiple eviction policies including least-recently-used, least-frequently-used, and least-recently-stored.
  • Supports "tag" metadata and eviction by "tag".
  • 100% test coverage and hours of heavy stress in production.
  • Fully documented with benchmark comparisons.

Vote for this pull request

Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.

Added DiskCache reference under Caching.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/587 **Author:** [@grantjenks](https://github.com/grantjenks) **Created:** 3/25/2016 **Status:** ✅ Merged **Merged:** 3/25/2016 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`de16115`](https://github.com/vinta/awesome-python/commit/de1611517c8311fa725cb2f990d7515ac67c8e7f) Added DiskCache reference under Caching ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Why this framework/library/software/resource is awesome? DiskCache is awesome for many reasons: - Django-compatible cache backend replaces the essentially broken filebased cache backend that ships in Django core. Read more [details and benchmarks](http://www.grantjenks.com/docs/diskcache/djangocache-benchmarks.html). - [Cache benchmark comparison](http://www.grantjenks.com/docs/diskcache/cache-benchmarks.html) shows key lookups are faster than memcached and redis. - Built atop SQLite and the file system, it's thread-safe and multiprocess-safe. - Supports multiple eviction policies including least-recently-used, least-frequently-used, and least-recently-stored. - Supports "tag" metadata and eviction by "tag". - 100% test coverage and hours of heavy stress in production. - Fully documented with benchmark comparisons. ## Vote for this pull request Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request. Added DiskCache reference under Caching. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:03:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2636