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
·
naughtygopher avatar

naughtygopher/pocache

0
View on GitHub↗
236 estrellas·6 forks·Go·MIT·4 vistas

Pocache

Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy

Features

  • Caching Libraries - Minimal cache with preemptive optimistic strategy.

Historial de estrellas

Gráfico del historial de estrellas de naughtygopher/pocacheGráfico del historial de estrellas de naughtygopher/pocache

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

Preguntas frecuentes

¿Qué hace naughtygopher/pocache?

Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy

¿Cuáles son las características principales de naughtygopher/pocache?

Las características principales de naughtygopher/pocache son: Caching Libraries.

¿Qué alternativas de código abierto existen para naughtygopher/pocache?

Las alternativas de código abierto para naughtygopher/pocache 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.

Alternativas open-source a Pocache

Proyectos open-source similares, clasificados según cuántas características comparten con Pocache.
  • 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 Pocache→