go-freelru
LRU cache library
A high-performance, GC-less LRU hashmap implementation in Go
215 stars
3 watching
14 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
cachedata-structuresgc-lessgogolanglibrarylru
Related projects:
Repository | Description | Stars |
---|---|---|
| A cache implementation using an LRU (Least Recently Used) eviction strategy and ETS tables for efficient storage and retrieval of cached data. | 36 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| An LRU cache implementation for OpenResty and Lua applications. | 441 |
| A library to interact with Elasticsearch using the Go programming language | 31 |
| A package to cache slow database queries using in-memory or Redis storage | 140 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| A flexible IRC client library for Go, focusing on simplicity and event-based triggering. | 139 |
| A Go library for a high-performance, in-memory caching system | 11 |
| A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 44 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A fast key-value store with expiration times and thread safety. | 97 |
| A lightweight GRPC implementation optimized for low-memory environments. | 563 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
| A client library for interacting with a popular search engine service | 5,718 |