awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Caching Internals · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCaching Internals

Implementation details regarding how data is stored and retrieved in the cache.

Explore 1 awesome GitHub repository matching software engineering & architecture · Caching Internals. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Foundational Theory and Guidance
  5. Caching Internals

Awesome Caching Internals GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Rustpackagingpythonresolver

Explore sub-tags

  • Content-Addressable CachesStorage systems that deduplicate artifacts based on content hashes to optimize disk usage and download efficiency.