12 results found Sort:
- Filter by Primary Language:
- Go (7)
- Python (2)
- C# (1)
- C++ (1)
- Rust (1)
- +
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
Created
2015-01-24
78 commits to master branch, last one 3 years ago
High performance, thread-safe in-memory caching primitives for .NET
Created
2020-06-11
585 commits to main branch, last one 6 days ago
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
Created
2021-11-16
130 commits to main branch, last one 2 days ago
A caching library for Python
Created
2018-01-12
213 commits to master branch, last one about a year ago
C++ cache with LRU/LFU/FIFO policies implementation
Created
2016-05-17
206 commits to master branch, last one 8 months ago
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
Created
2021-04-29
27 commits to master branch, last one 2 years ago
A powerful caching library for Python, with TTL support and multiple algorithm options.
Created
2018-08-14
145 commits to master branch, last one 3 years ago
A Lightweight in-memory key:value cache library for Go.
Created
2020-10-11
19 commits to master branch, last one about a year ago
This is a Rust implementation for popular caches (support no_std).
Created
2021-08-22
96 commits to main branch, last one 18 days ago
🌶️ In-memory caching library for Go
Created
2024-04-02
48 commits to main branch, last one 7 days ago
A Go library for handling LFU cache operations in O(1)
Created
2024-03-13
7 commits to main branch, last one 8 months ago
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.
Created
2022-10-11
26 commits to main branch, last one 2 years ago