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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
no-src avatar

no-src/nscache

0
View on GitHub↗
14 estrellas·0 forks·Go·Apache-2.0·2 vistas

Nscache

A Go caching framework that supports multiple data source drivers

Features

  • Caching Libraries - Caching framework with multiple data source drivers.

Historial de estrellas

Gráfico del historial de estrellas de no-src/nscacheGráfico del historial de estrellas de no-src/nscache

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Nscache

Proyectos open-source similares, clasificados según cuántas características comparten con Nscache.
  • allegro/bigcacheAvatar de allegro

    allegro/bigcache

    8,140Ver en 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
    Ver en GitHub↗8,140
  • bluele/gcacheAvatar de bluele

    bluele/gcache

    2,731Ver en GitHub↗

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

    Go
    Ver en GitHub↗2,731
  • bradfitz/gomemcacheAvatar de bradfitz

    bradfitz/gomemcache

    1,873Ver en GitHub↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    Ver en GitHub↗1,873
  • 5monkeys/django-viewletAvatar de 5monkeys

    5monkeys/django-viewlet

    61Ver en GitHub↗

    Render template parts with extended cache control.

    Python
    Ver en GitHub↗61
Ver las 30 alternativas a Nscache→

Preguntas frecuentes

¿Qué hace no-src/nscache?

A Go caching framework that supports multiple data source drivers

¿Cuáles son las características principales de no-src/nscache?

Las características principales de no-src/nscache son: Caching Libraries.

¿Qué alternativas de código abierto existen para no-src/nscache?

Las alternativas de código abierto para no-src/nscache incluyen: 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. bradfitz/gomemcache — Go Memcached client library #golang. cheshir/ttlcache — Simple in-memory key-value storage with TTL for each record. cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… 5monkeys/django-viewlet — Render template parts with extended cache control.