29 skills found
Code-Hex / Go Generics CacheA key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
dpretet / Async FifoA dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
vpetrigo / CachesC++ cache with LRU/LFU/FIFO policies implementation
lonelyenvoy / Python MemoizationA powerful caching library for Python, with TTL support and multiple algorithm options.
MayakaApps / KacheKache is a lightweight Kotlin Multiplatform caching library that supports both in-memory and persistent caches and supports different eviction strategies (LRU, FIFO, MRU, and FILO).
scalalang2 / Golang FifoModern efficient cache design with simple FIFO queue only in Golang
dtex / NeuronThe simplest possible event driven job manager, FIFO queue, and "task based cache" in node.js
Thesys-lab / Sosp23 S3fifoThe repo for SOSP23 paper: FIFO queues are all you need for cache evictions
unkn0wn-root / KioshunScan-resistant, sharded Go cache. Admission-LFU/LRU/LFU/FIFO evictions with object pooling and optional embedded, p2p mesh cluster.
TwiN / GocacheHigh performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
rajshadow / 4 Way Set Associative Cache VerilogVerilog implementation of a 4-way Set associative cache with a write buffer (write) policy and FIFO replacement policy
jchristn / CachingSimple FIFO and LRU cache in C#
xdesigns / 4way CacheVerilog cache implementation of 4-way FIFO 16k Cache
zedtran / VirtualMemoryManagementSimA 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 for more details regarding usage.
cmcaine / S3fifo.pyImplementation of S3-FIFO cache algorithm
guojiex / Expire CacheA dart FIFO auto expire cache. Should be used in flutter search.
Jeevananthan-23 / Ziglang CachesIn-memory cache implementation with commonly used LRU, W-LFU and S3-FIFO as the eviction policy
levindoneto / Cache SimulatorThis cache simulator is used in order to simulate substitutions in cache using replacement policies (FIFO and LRU) and write back into the cache (using the write-allocate policy).
mururu / FifocacheFIFO cache implementation in Erlang
Maascamp / FohlcJava off-heap byte array to long cache with FIFO eviction semantics.