go-freelru
LRU cache library
A high-performance, GC-less LRU hashmap implementation in Go
167 stars
3 watching
12 forks
Language: Go
last commit: 8 days ago
Linked from 1 awesome list
cachedata-structuresgc-lessgogolanglibrarylru
Related projects:
Repository | Description | Stars |
---|---|---|
arago/lru_cache | A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
erni27/imcache | A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
openresty/lua-resty-lrucache | An LRU cache implementation for OpenResty and Lua applications. | 439 |
ownlocal/goes | A library to interact with Elasticsearch using the Go programming language | 31 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |
muesli/cache2go | A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,125 |
lrstanley/girc | A flexible IRC client library for Go, focusing on simplicity and event-based triggering. | 139 |
thepaw/go-gt | A Go library for a high-performance, in-memory caching system | 11 |
karlseguin/cache.zig | A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 42 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
containerd/ttrpc | A lightweight GRPC implementation optimized for low-memory environments. | 559 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
elastic/go-elasticsearch | A client library for interacting with a popular search engine service | 39 |