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
eko avatar

eko/gocache

0
View on GitHub↗
2,866 stars·222 forks·Go·MIT·13 viewsvincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library↗

Gocache

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

Features

  • Caching Libraries - Multi-store cache library with metrics.
  • Data Structures - Cache library supporting multiple backends.

Star history

Star history chart for eko/gocacheStar history chart for eko/gocache

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 Gocache

Similar open-source projects, ranked by how many features they share with Gocache.
  • orlovevgeny/go-mcacheOrlovEvgeny avatar

    OrlovEvgeny/go-mcache

    106View on GitHub↗

    high performance in-memory cache

    Go
    View on GitHub↗106
  • zekrotja/timedmapzekroTJA avatar

    zekroTJA/timedmap

    75View on GitHub↗

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

    Go
    View on GitHub↗75
  • xtaci/algorithmsxtaci avatar

    xtaci/algorithms

    5,454View on 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++
    View on GitHub↗5,454
  • accelerationnet/accessAccelerationNet avatar

    AccelerationNet/access

    91View on GitHub↗

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

    Common Lisp
    View on GitHub↗91
See all 30 alternatives to Gocache→

Frequently asked questions

What does eko/gocache do?

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

What are the main features of eko/gocache?

The main features of eko/gocache are: Caching Libraries, Data Structures.

What are some open-source alternatives to eko/gocache?

Open-source alternatives to eko/gocache include: orlovevgeny/go-mcache — high performance in-memory cache. zekrotja/timedmap — A thread safe map which has expiring key-value pairs. 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.