lfu-cache
There are 81 repositories under lfu-cache topic.
caches
C++ cache with LRU/LFU/FIFO policies implementation
yzhanProxy
Web reverse proxy with automatic SSL, LFU caching, command-line configuration 支持自动配置 SSL 证书、LFU 缓存、用命令行配置的 Web 反向代理服务器
python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
caches-rs
This is a Rust implementation for popular caches (support no_std).
clfu
Implementation of Constant Time LFU (least frequently used) cache in Go with concurrency safety.
transitory
In-memory cache with high hit rates via LFU eviction for Node and browsers. Supports time-based expiration, automatic loading and metrics.
cachego
一个拥有分片机制的轻量级内存缓存库,API 友好,支持多种数据淘汰机制 - An api friendly memory-based cache
cacheing
Pure Python Caching Library providing Redis-inspired eviction APIs and Per-Item TTL's.
gotcha
gotcha: inmemory-cache in Go (Golang) with customizable algorithm
cached
LFU-based in-memory cache in Rust
cascara
An implementation of TinyLFU cache
orchid-fst
This project Orchid-Fst implements a fast text string dictionary search data structure: Finite state transducer (short for FST) in c++ language.This FST C++ open source project has much significant advantages.
node-cache-engine
High performing caching package for node/javascript
ziglang-caches
In-memory cache implementation with commonly used LRU, W-LFU and S3-FIFO as the eviction policy
lfu-cache
Strongly typed least frequently used (LFU) cache in Go with constant time complexity O(1) on all operations
cache
Simple cache implementation on java
lfu-redis
LFU Redis implements LFU Cache algorithm using Redis as data storage
caching
Package caching providers a scalable cache component.
wtinylfu
An implementation of W-TinyLFU cache in Rust
HXNet
C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体, 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等
Cachery
Simple realizations of LRU and LFU cache 💾
go-tiny-projects
Tiny (but functional) golang projects/libraries.
dart-cacher
Implementations of common cache replacement algorithms in Dart.
cache
In-memory cache
sweet-collections
Typescript implementations of in-memory cache data-structures for Node and Browser.
LFU-Cache
Implementation of LFU Cache with O(1) operations
step20
Step20 is a C++20, header-only library of STL-like algorithms and data structures
fastlfu
LFU cache with O(1) runtime complexity for all operations: insertion, access and deletion (eviction). In Go.
alx-backend
This repository documents core backend projects focusing on specific topics titled by folder names. These projects are tackled using python and javascript programming language.
todo-service
REST-api to manage todo tasks
DS-Algo
Data Structure and Algorithm
cache-simulation
A console application to simulate cache and cache replacement policies : LRU, LFU and MRU
My-cache-algorithm
一个根据缓存算法自己制作的缓存库。包含详细的LRU,LFU算法的C++实现。
DSA-Project
This repository contains code for the Project 'HTTP Network Proxy with O(1) LFU caching'
LFU
Least Frequently Used Cache implementation in O(1) implementation. First paper under the Papers We Love initiative undertaken by Web Enthusiasts Club NITK. Paper chosen and undertaken by @chinmaydd
HXCache
提供最低C++11即可使用的线程安全的LRU、LFU,只需要单头文件; 只依赖于STL, 支持原地构造和透明查找.