awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
naughtygopher avatar

naughtygopher/pocache

0
View on GitHub↗
236 星标·6 分支·Go·MIT·4 次浏览

Pocache

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

Features

  • Caching Libraries - Minimal cache with preemptive optimistic strategy.

Star 历史

naughtygopher/pocache 的 Star 历史图表naughtygopher/pocache 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Pocache 的开源替代方案

相似的开源项目,按与 Pocache 的功能重合度排序。
  • allegro/bigcacheallegro 的头像

    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
  • bluele/gcachebluele 的头像

    bluele/gcache

    2,731在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗2,731
  • bradfitz/gomemcachebradfitz 的头像

    bradfitz/gomemcache

    1,873在 GitHub 上查看↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    在 GitHub 上查看↗1,873
  • 5monkeys/django-viewlet5monkeys 的头像

    5monkeys/django-viewlet

    61在 GitHub 上查看↗

    Render template parts with extended cache control.

    Python
    在 GitHub 上查看↗61
查看 Pocache 的所有 30 个替代方案→

常见问题解答

naughtygopher/pocache 是做什么的?

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

naughtygopher/pocache 的主要功能有哪些?

naughtygopher/pocache 的主要功能包括:Caching Libraries。

naughtygopher/pocache 有哪些开源替代品?

naughtygopher/pocache 的开源替代品包括: 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.