Embeddable and distributed in-memory alternative to Redis.
-
Updated
Nov 3, 2024 - Go
Embeddable and distributed in-memory alternative to Redis.
C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体, 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等
Data Structure and Algorithm
Implementation of cache eviction policies including Least Recently Used (LRU), Least Frequently Used (LFU), and First-In-First-Out (FIFO) algorithms. This project demonstrates efficient cache management techniques to optimize data retrieval and memory usage.
A toy implementation of cache using FILO, FIFO, LRU and LFU policies in C++.
Simple cache implementation on java
A FastAPI-based application for simulating and comparing the performance of various caching algorithms (LRU, LFU, ARC) in a distributed system environment.
Simple implementations of LRU / LFU cache.
High performing caching package for node/javascript
C++ cache with LRU/LFU/FIFO policies implementation
Add a description, image, and links to the lfu-cache topic page so that developers can more easily learn about it.
To associate your repository with the lfu-cache topic, visit your repo's landing page and select "manage topics."