fifo-cache topic

List fifo-cache repositories

caches

318
Stars
72
Forks
Watchers

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

async_fifo

213
Stars
68
Forks
Watchers

A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog

python-memoization

222
Stars
14
Forks
Watchers

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

expire_cache

15
Stars
2
Forks
Watchers

A dart FIFO auto expire cache. Should be used in flutter search.

gocache

34
Stars
5
Forks
Watchers

High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction

Caching

26
Stars
4
Forks
Watchers

Simple FIFO and LRU cache in C#

VirtualMemoryManagementSim

15
Stars
12
Forks
Watchers

A C-Program that simulates Virtual Memory Management based on a text file input of logical addresses which represents sequential instructions with address range 0 thru 2^16 - 1. See the Project Report...