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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cheshir avatar

cheshir/ttlcache

0
View on GitHub↗
10 stars·8 forks·Go·MIT·7 views

Ttlcache

Simple in-memory key-value storage with TTL for each record.

Features

  • Caching Libraries - In-memory storage with per-record TTL.

Star history

Star history chart for cheshir/ttlcacheStar history chart for cheshir/ttlcache

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Ttlcache

Similar open-source projects, ranked by how many features they share with Ttlcache.
  • allegro/bigcacheallegro avatar

    allegro/bigcache

    8,140View on 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
    View on GitHub↗8,140
  • bluele/gcachebluele avatar

    bluele/gcache

    2,731View on GitHub↗

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

    Go
    View on GitHub↗2,731
  • bradfitz/gomemcachebradfitz avatar

    bradfitz/gomemcache

    1,873View on GitHub↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    View on GitHub↗1,873
  • 5monkeys/django-viewlet5monkeys avatar

    5monkeys/django-viewlet

    61View on GitHub↗

    Render template parts with extended cache control.

    Python
    View on GitHub↗61
See all 30 alternatives to Ttlcache→

Frequently asked questions

What does cheshir/ttlcache do?

Simple in-memory key-value storage with TTL for each record.

What are the main features of cheshir/ttlcache?

The main features of cheshir/ttlcache are: Caching Libraries.

What are some open-source alternatives to cheshir/ttlcache?

Open-source alternatives to cheshir/ttlcache include: 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. cockroachdb/pebble — Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable,… codingsince1985/couchcache — A RESTful caching micro-service in Go backed by Couchbase. 5monkeys/django-viewlet — Render template parts with extended cache control.