awesome-repositories.com
Blog
MCP
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
·
faabiosr avatar

faabiosr/cachegoArchived

0
View on GitHub↗
370 Stars·23 Forks·Go·MIT·3 Aufrufe

Cachego

Golang Cache component - Multiple drivers

Features

  • Caching Libraries - Cache interface with multiple backends.
  • Databases and Storage - A unified interface for various caching backends.

Star-Verlauf

Star-Verlauf für faabiosr/cachegoStar-Verlauf für faabiosr/cachego

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht faabiosr/cachego?

Golang Cache component - Multiple drivers

Was sind die Hauptfunktionen von faabiosr/cachego?

Die Hauptfunktionen von faabiosr/cachego sind: Caching Libraries, Databases and Storage.

Welche Open-Source-Alternativen gibt es zu faabiosr/cachego?

Open-Source-Alternativen zu faabiosr/cachego sind unter anderem: patrickmn/go-cache — go-cache is a thread-safe, in-memory cache library for Go that stores arbitrary objects with per-item expiration… golang/groupcache — Groupcache is a distributed caching library designed to coordinate data retrieval and storage across a cluster of… bluele/gcache — An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC. alibaba/fastjson — Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and… aloneguid/stowage — Bloat-free, no BS cloud storage SDK. alluxio/alluxio — Alluxio is a virtual distributed file system and data orchestration layer that serves as a high-performance caching…

Open-Source-Alternativen zu Cachego

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cachego.
  • 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

    Go
    Auf GitHub ansehen↗13,326
  • patrickmn/go-cacheAvatar von patrickmn

    patrickmn/go-cache

    8,828Auf GitHub ansehen↗

    go-cache is a thread-safe, in-memory cache library for Go that stores arbitrary objects with per-item expiration timestamps. It provides a concurrent key-value store where multiple goroutines can safely read and write shared cached data without external synchronization, using a mutex-guarded map for access control. The library distinguishes itself through its expiration management and optional disk persistence. Each cached item carries its own time-to-live, and a background goroutine periodically purges expired entries. The cache can serialize its entire contents to disk using Go's gob encodi

    Gocachegolibrary
    Auf GitHub ansehen↗8,828
  • bluele/gcacheAvatar von bluele

    bluele/gcache

    2,731Auf GitHub ansehen↗

    An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

    Go
    Auf GitHub ansehen↗2,731
  • alibaba/fastjsonAvatar von alibaba

    alibaba/fastjson

    25,625Auf GitHub ansehen↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Java
    Auf GitHub ansehen↗25,625
Alle 30 Alternativen zu Cachego anzeigen→