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

4 repos

Awesome GitHub RepositoriesCaching and Memoization

Mechanisms for storing and reusing computed results or data to minimize redundant processing and latency.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Caching and Memoization. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Performance and Reliability
  4. Performance Optimization
  5. Caching and Memoization

Awesome Caching and Memoization GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react

    facebook/react

    243,179GitHubView on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
  • psf/requests

    psf/requests

    53,829GitHubView on GitHub↗

    Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into

    Pythonclientcookiesforhumans

Explore sub-tags

  • Bytecode Caching1 sub-tagMechanisms that generate and store cached bytecode during builds to eliminate runtime parsing overhead.
  • Caching FrameworksSoftware frameworks providing structured capabilities for implementing data caching.
  • HTTP Request CachingNetwork efficiency techniques that store and reuse HTTP responses to improve client performance.
Memoization Hooks
Programming hooks that cache expensive calculations and memoize function definitions to optimize performance.