lru-cache
Here are 124 public repositories matching this topic...
An in-memory cache for golang (pre-alpha)
-
Updated
May 17, 2023 - Go
-
Updated
Jun 8, 2024 - Go
🛠️ Build type-safe database queries in Go with Relica, a lightweight tool that requires no external dependencies for high performance and ease of use.
-
Updated
Dec 14, 2025 - Go
The repository showcases a robust implementation of a cache in Go. It provides an efficient and customizable solution for caching data, improving performance in data-intensive applications. The codebase is well-documented and follows best practices, making it a valuable resource for developers seeking to build their own cache systems.
-
Updated
Jun 16, 2023 - Go
Adaptive selection cache
-
Updated
Nov 18, 2025 - Go
Simple go programs
-
Updated
Jul 26, 2021 - Go
GoCache is a simple and efficient cache implementation that utilizes a doubly-linked list and a hash table to provide fast O(1) lookup and insertion times. It is designed to hold a fixed number of items and automatically flushes out the least recently used (LRU) item once the cache reaches its maximum capacity.
-
Updated
Apr 3, 2023 - Go
A multi tenant cache implementation in Go which allows for custom eviction policy and max memory allocation per tenant
-
Updated
Jul 16, 2025 - Go
Improve this page
Add a description, image, and links to the lru-cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lru-cache topic, visit your repo's landing page and select "manage topics."