awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cheshir avatar

cheshir/ttlcache

0
View on GitHub↗
10 stele·8 fork-uri·Go·MIT·1 vizualizare

Ttlcache

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

Features

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

Istoric stele

Graficul istoricului de stele pentru cheshir/ttlcacheGraficul istoricului de stele pentru cheshir/ttlcache

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Ttlcache

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ttlcache.
  • allegro/bigcacheAvatar allegro

    allegro/bigcache

    8,140Vezi pe 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
    Vezi pe GitHub↗8,140
  • bluele/gcacheAvatar bluele

    bluele/gcache

    2,731Vezi pe GitHub↗

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

    Go
    Vezi pe GitHub↗2,731
  • bradfitz/gomemcacheAvatar bradfitz

    bradfitz/gomemcache

    1,873Vezi pe GitHub↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    Vezi pe GitHub↗1,873
  • 5monkeys/django-viewletAvatar 5monkeys

    5monkeys/django-viewlet

    61Vezi pe GitHub↗

    Render template parts with extended cache control.

    Python
    Vezi pe GitHub↗61
Vezi toate cele 30 alternative pentru Ttlcache→

Întrebări frecvente

Ce face cheshir/ttlcache?

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

Care sunt principalele funcționalități ale cheshir/ttlcache?

Principalele funcționalități ale cheshir/ttlcache sunt: Caching Libraries.

Care sunt câteva alternative open-source pentru cheshir/ttlcache?

Alternativele open-source pentru cheshir/ttlcache includ: 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.