awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesCaching Layers

Systems that manage the temporary storage of data on disk to optimize memory usage and performance.

Distinguishing note: None of the provided candidates were relevant; this category specifically addresses disk-based persistence for memory-intensive operations.

Explore 4 awesome GitHub repositories matching data & databases · Caching Layers. Refine with filters or upvote what's useful.

Awesome Caching Layers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • diygod/rsshubAvatar von DIYgod

    DIYgod/RSSHub

    44,744Auf GitHub ansehen↗

    RSSHub is a headless, server-side engine designed to generate standardized RSS and Atom feeds from websites that do not natively provide them. By acting as an extensible data aggregator, it enables the automated collection of web content, allowing users to monitor updates from disparate sources through centralized feed readers or workflow automation tools. The platform distinguishes itself through a route-based data extraction framework that maps specific URL patterns to custom scraping logic. This modular architecture is supported by a middleware-driven request pipeline and declarative route

    Stores frequently accessed feed data in a temporary memory store to improve response times.

    TypeScriptbilibilidoubandribbble
    Auf GitHub ansehen↗44,744
  • dragonflydb/dragonflyAvatar von dragonflydb

    dragonflydb/dragonfly

    30,688Auf GitHub ansehen↗

    Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic

    Accelerating application response times by replacing standard in-memory data stores with high-throughput alternatives that maintain full protocol compatibility.

    C++cachecppdatabase
    Auf GitHub ansehen↗30,688
  • valkey-io/valkeyAvatar von valkey-io

    valkey-io/valkey

    24,875Auf GitHub ansehen↗

    Valkey is an in-memory, NoSQL database server designed for high-performance data storage and real-time state management. It operates as a distributed key-value store, maintaining datasets entirely within system memory to facilitate sub-millisecond response times for read and write operations. The system distinguishes itself through a single-threaded event loop that utilizes asynchronous I/O multiplexing to ensure high throughput. It supports high availability via master-replica replication and provides a decoupled communication model through a built-in publish-subscribe messaging pattern. To

    Reduces latency by providing a fast-access memory tier for data.

    Ccachedatabasekey-value
    Auf GitHub ansehen↗24,875
  • zulip/zulipAvatar von zulip

    zulip/zulip

    24,696Auf GitHub ansehen↗

    Zulip is an open-source, self-hosted chat platform designed for real-time team communication. It organizes conversations into threaded streams, allowing users to maintain focus and manage complex discussions within a private, secure infrastructure. The project provides full control over data, authentication, and server management, making it a comprehensive solution for organizations requiring a dedicated messaging environment. The platform distinguishes itself through a hybrid backend architecture that combines a robust web framework for standard requests with an asynchronous event-streaming

    Implements multi-layer caching to optimize data retrieval performance.

    Pythonapachechatcollaboration
    Auf GitHub ansehen↗24,696
  1. Home
  2. Data & Databases
  3. Caching Layers