fifo-cache topic
caches
C++ cache with LRU/LFU/FIFO policies implementation
async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
expire_cache
A dart FIFO auto expire cache. Should be used in flutter search.
gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
VirtualMemoryManagementSim
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...