lfu-cache topic

List lfu-cache repositories

caches

318
Stars
72
Forks
Watchers

C++ cache with LRU/LFU/FIFO policies implementation

python-memoization

222
Stars
14
Forks
Watchers

A powerful caching library for Python, with TTL support and multiple algorithm options.

caches-rs

99
Stars
14
Forks
Watchers

This is a Rust implementation for popular caches (support no_std).

clfu

38
Stars
5
Forks
Watchers

Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.

transitory

35
Stars
6
Forks
Watchers

In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.

cachego

28
Stars
3
Forks
Watchers

一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache

gotcha

20
Stars
4
Forks
Watchers

gotcha: inmemory-cache in Go (Golang) with customizable algorithm

yzhanProxy

297
Stars
51
Forks
Watchers

Web reverse proxy with automatic SSL, LFU caching, command-line configuration 支持自动配置 SSL 证书、LFU 缓存、用命令行配置的 Web 反向代理服务器

EchoVault

161
Stars
4
Forks
Watchers

Embeddable Distributed in-memory data store with an emphasis on speed and reliability.

cacheing

18
Stars
0
Forks
Watchers

Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.