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
·

3 Repos

Awesome GitHub RepositoriesCache Namespaces

Logical grouping of cache entries using key prefixes.

Distinct from Schema Namespacing: Distinct from schema namespacing: focuses on cache-specific key prefixing for logical separation rather than database schema organization.

Explore 3 awesome GitHub repositories matching data & databases · Cache Namespaces. Refine with filters or upvote what's useful.

Awesome Cache Namespaces GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • memcached/memcachedAvatar von memcached

    memcached/memcached

    14,132Auf GitHub ansehen↗

    Memcached is a high-performance, distributed, in-memory key-value storage and request routing engine. It functions as a volatile data store designed to accelerate dynamic applications by caching objects in RAM, thereby reducing backend database load and providing sub-millisecond response times. The system utilizes a specialized architecture that organizes memory into fixed-size slabs to minimize fragmentation and maximize throughput for high-concurrency workloads. The project distinguishes itself through a multi-threaded, lock-friendly design that scales across CPU cores and supports complex

    Groups related cache entries into virtual namespaces by prepending coordinated strings to keys.

    C
    Auf GitHub ansehen↗14,132
  • golang/groupcacheAvatar von golang

    golang/groupcache

    13,326Auf GitHub ansehen↗

    Groupcache is a distributed caching library designed to coordinate data retrieval and storage across a cluster of nodes. It functions as a peer-to-peer data store that uses consistent hashing to assign specific keys to canonical owners, ensuring that cached items remain predictable and accessible throughout the network. The system distinguishes itself through a request coalescing engine that merges concurrent requests for the same missing key into a single upstream fetch. This mechanism prevents redundant backend load by ensuring that only one process retrieves the required data while sharing

    Organizes cached data into isolated buckets to allow independent configuration and performance tracking for different types of content.

    Go
    Auf GitHub ansehen↗13,326
  • symfony/cacheAvatar von symfony

    symfony/cache

    4,164Auf GitHub ansehen↗

    This is a PHP library providing standardized interfaces for caching data through the PSR-6 and PSR-16 specifications. It functions as a cache pool manager and distributed cache adapter, allowing applications to organize key-value pairs into logical repositories and namespaces. The project includes a dedicated cache stampede prevention tool that protects systems from CPU spikes during value expiration. This is achieved through locking mechanisms for concurrent requests and probabilistic early expiration. The library supports object serialization with optional encryption and compression to tra

    Implements logical grouping of cache entries using key prefixes to isolate data and manage bulk invalidations.

    PHPcachingcomponentphp
    Auf GitHub ansehen↗4,164
  1. Home
  2. Data & Databases
  3. Schema Namespacing
  4. Cache Namespaces