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

zekroTJA/timedmap

0
View on GitHub↗
75 estrellas·10 forks·Go·MIT·6 vistaspkg.go.dev/github.com/zekroTJA/timedmap/v2↗

Timedmap

A thread safe map which has expiring key-value pairs.

Features

  • Caching Libraries - Map with expiring key-value pairs.
  • Data Structures - Map implementation with time-based key expiration.

Historial de estrellas

Gráfico del historial de estrellas de zekrotja/timedmapGráfico del historial de estrellas de zekrotja/timedmap

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

Alternativas open-source a Timedmap

Proyectos open-source similares, clasificados según cuántas características comparten con Timedmap.
  • orlovevgeny/go-mcacheAvatar de OrlovEvgeny

    OrlovEvgeny/go-mcache

    106Ver en GitHub↗

    high performance in-memory cache

    Go
    Ver en GitHub↗106
  • eko/gocacheAvatar de eko

    eko/gocache

    2,866Ver en GitHub↗

    ☔️ A complete Go cache library that brings you multiple ways of managing your caches

    Go
    Ver en GitHub↗2,866
  • xtaci/algorithmsAvatar de xtaci

    xtaci/algorithms

    5,454Ver en GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    Ver en GitHub↗5,454
  • accelerationnet/accessAvatar de AccelerationNet

    AccelerationNet/access

    91Ver en GitHub↗

    A common lisp library to unify access to common dictionary-like data-structures

    Common Lisp
    Ver en GitHub↗91
Ver las 30 alternativas a Timedmap→

Preguntas frecuentes

¿Qué hace zekrotja/timedmap?

A thread safe map which has expiring key-value pairs.

¿Cuáles son las características principales de zekrotja/timedmap?

Las características principales de zekrotja/timedmap son: Caching Libraries, Data Structures.

¿Qué alternativas de código abierto existen para zekrotja/timedmap?

Las alternativas de código abierto para zekrotja/timedmap incluyen: eko/gocache — ☔️ A complete Go cache library that brings you multiple ways of managing your caches. orlovevgeny/go-mcache — high performance in-memory cache. xtaci/algorithms — This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides… accelerationnet/access — A common lisp library to unify access to common dictionary-like data-structures. agnivade/levenshtein — Go implementation to calculate Levenshtein Distance. agext/levenshtein — Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.