Ross ROSS = Recommend OSS · open-source software intelligence for agents

maypok86/otter

A high performance caching library for Go observed · 2026-08-28

github.com/maypok86/otter · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 88
  • Release rhythm 62
  • Longevity 78
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 14
  • age_days: 1100
  • days_rel: 254
  • days_push: 75
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

2672 stars · 69 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Otter is a high-performance in-memory caching library for Go based on adaptive W-TinyLFU eviction. It offers a configurable API with size-based eviction, time-based expiration, automatic loading, async refresh, write-through, and statistics.

Use cases

  • add a fast in-memory cache to a Go service
  • improve cache hit rates over LRU
  • cache with TTL expiration and size limits
  • automatically load and refresh cached entries
  • reduce memory overhead of caching in Go

When to choose

  • you need a high-throughput, high-hit-rate cache in Go
  • you want Caffeine-like caching features in Go
  • memory overhead matters at large cache capacities

When to avoid

  • you need a distributed or shared cache across processes
  • your project is not in Go
  • you need persistent caching

Facets

library · maturity active

caching performance developer-tools backend go cross-platform in-memory-cache w-tinylfu eviction expiration cache-loading refresh-ahead

2 sources

Member repositories

RepositoryRoleHealth v2
maypok86/ottermain77

For agents

markdown · JSON · MCP: product_card(name="maypok86/otter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem