awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
codingsince1985 avatar

codingsince1985/couchcache

0
View on GitHub↗
65 نجوم·7 تفرعات·Go·MIT·4 مشاهدات

Couchcache

A RESTful caching micro-service in Go backed by Couchbase

Features

  • Caching Libraries - RESTful caching micro-service.
  • قواعد البيانات - RESTful caching micro-service backed by Couchbase.

سجل النجوم

مخطط تاريخ النجوم لـ codingsince1985/couchcacheمخطط تاريخ النجوم لـ codingsince1985/couchcache

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Couchcache

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Couchcache.
  • bluele/gcacheالصورة الرمزية لـ bluele

    bluele/gcache

    2,731عرض على GitHub↗

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

    Go
    عرض على GitHub↗2,731
  • etcd-io/bboltالصورة الرمزية لـ etcd-io

    etcd-io/bbolt

    9,573عرض على 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
    عرض على GitHub↗9,573
  • allegro/bigcacheالصورة الرمزية لـ allegro

    allegro/bigcache

    8,140عرض على 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
    عرض على GitHub↗8,140
  • golang/groupcacheالصورة الرمزية لـ golang

    golang/groupcache

    13,326عرض على GitHub↗

    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
    عرض على GitHub↗13,326
عرض جميع البدائل الـ 30 لـ Couchcache→

الأسئلة الشائعة

ما هي وظيفة codingsince1985/couchcache؟

A RESTful caching micro-service in Go backed by Couchbase

ما هي الميزات الرئيسية لـ codingsince1985/couchcache؟

الميزات الرئيسية لـ codingsince1985/couchcache هي: Caching Libraries, قواعد البيانات.

ما هي البدائل مفتوحة المصدر لـ codingsince1985/couchcache؟

تشمل البدائل مفتوحة المصدر لـ codingsince1985/couchcache: 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… 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. golang/groupcache — Groupcache is a distributed caching library designed to coordinate data retrieval and storage across a cluster of… iwanbk/bcache — Eventually consistent distributed in-memory cache Go library.