awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
muesli avatar

muesli/cache2go

0
View on GitHub↗
2,158 stars·505 forks·Go·5 vues

Cache2go

Concurrency-safe Go caching library with expiration capabilities and access counters

Features

  • Caching Libraries - Concurrency-safe in-memory cache.
  • Bases de données - In-memory cache with automatic timeout-based invalidation.

Historique des stars

Graphique de l'historique des stars pour muesli/cache2goGraphique de l'historique des stars pour muesli/cache2go

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Cache2go

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cache2go.
  • bluele/gcacheAvatar de bluele

    bluele/gcache

    2,731Voir sur GitHub↗

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

    Go
    Voir sur GitHub↗2,731
  • codingsince1985/couchcacheAvatar de codingsince1985

    codingsince1985/couchcache

    65Voir sur GitHub↗

    A RESTful caching micro-service in Go backed by Couchbase

    Go
    Voir sur GitHub↗65
  • allegro/bigcacheAvatar de allegro

    allegro/bigcache

    8,140Voir sur GitHub↗

    Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It functions as a memory-optimized cache capable of storing gigabytes of data while maintaining low latency during high-volume operations. The system avoids garbage collection overhead by managing memory through large byte arrays and manual allocation. It utilizes a circular-buffer layout to reuse space and lock-striped sharding to reduce contention during concurrent read and write access. The project provides capabilities for high-volume in-memory caching and low-latency data retrieva

    Go
    Voir sur GitHub↗8,140
  • etcd-io/bboltAvatar de etcd-io

    etcd-io/bbolt

    9,573Voir sur GitHub↗

    bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single memory-mapped file on disk, organizing information using B+ trees to facilitate sorted key iteration and efficient range queries. The project distinguishes itself through a hierarchical data organization model, allowing buckets to be nested within other buckets to create a tree-like structure. It employs a single-writer, multi-reader locking mechanism and copy-on-write transactions to ensure serializable isolation and data integrity. The system includes comprehensive data management capa

    Go
    Voir sur GitHub↗9,573
Voir les 30 alternatives à Cache2go→

Questions fréquentes

Que fait muesli/cache2go ?

Concurrency-safe Go caching library with expiration capabilities and access counters

Quelles sont les fonctionnalités principales de muesli/cache2go ?

Les fonctionnalités principales de muesli/cache2go sont : Caching Libraries, Bases de données.

Quelles sont les alternatives open-source à muesli/cache2go ?

Les alternatives open-source à muesli/cache2go incluent : codingsince1985/couchcache — A RESTful caching micro-service in Go backed by Couchbase. golang/groupcache — Groupcache is a distributed caching library designed to coordinate data retrieval and storage across a cluster of… allegro/bigcache — Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It… bluele/gcache — An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC. etcd-io/bbolt — bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single… hdt3213/godis — Godis is a Redis-compatible in-memory database and distributed key-value store. It functions as a replicated data…