lfu
Here are 53 public repositories matching this topic...
Cache memory with LRU, LFU, LIFO and FIFO policies
-
Updated
Jul 23, 2020 - Objective-C
LFU implemented in very basic (no interior mutability)
-
Updated
Oct 17, 2021 - Rust
Goroutine-safe cache library. Support LFU/LRU/ARC policies - partial support for more exotic cache eviction algos is WIP (RR/TinyLFU), expirable entries and snapshots.
-
Updated
May 1, 2018 - Go
about algorithm data structure, now has lru/lru-k/lfu/slab/rbtree/timerwheel with ttl, 关于算法常用的数据结构
-
Updated
Oct 11, 2024 - Rust
This Repo contains basic modules like Use of Kernel level Libraries, Random Number generation, Heap Memory Module implementation via best-fit,first-fit,Buddy Systems,Virtual Memory Mechanisms FIFO,LFU,MFU, Process deadlock Mechanism Detection
-
Updated
May 3, 2020 - Makefile
1. 操作系统学习。基于Python 3构建部分 os 算法.包括:缓存置换算法LRU,LFU,FIFO;异步任务线程池、LeetCode-python部分题解;2. 计算机网络原理学习。基于 Python 3 库对 TCP/UDP 数据段解析;3. 计算机组成原理
-
Updated
Nov 15, 2020 - Python
HybridCacheLibrary - A high-performance, thread-safe caching library in C#, combining the strengths of both LRU and LFU cache eviction strategies. Perfect for managing dynamically sized caches with customizable frequency settings.
-
Updated
Aug 26, 2024 - C#
-
Updated
Apr 17, 2020 - C++
a rough imitation of @stl
-
Updated
Jan 26, 2024 - C++
Improve this page
Add a description, image, and links to the lfu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lfu topic, visit your repo's landing page and select "manage topics."