12 results found Sort:

266
2.6k
mit
45
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 2 years ago
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
Created 2021-11-16
126 commits to main branch, last one 2 months ago
High performance, thread-safe in-memory caching primitives for .NET
Created 2020-06-11
549 commits to main branch, last one 15 days ago
A caching library for Python
Created 2018-01-12
213 commits to master branch, last one 6 months ago
73
322
bsd-3-clause
17
C++ cache with LRU/LFU/FIFO policies implementation
Created 2016-05-17
206 commits to master branch, last one about a month 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 2 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
14
101
unknown
5
This is a Rust implementation for popular caches (support no_std).
Created 2021-08-22
91 commits to main branch, last one about a month ago
0
43
mit
2
🌶️ In-memory caching library for Go
Created 2024-04-02
33 commits to main branch, last one a day ago
0
39
apache-2.0
2
A Go library for handling LFU cache operations in O(1)
Created 2024-03-13
7 commits to main branch, last one about a month 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 about a year ago