denji / go-sieve

SIEVE cache - simpler than LRU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-sieve - SIEVE is simpler than LRU

What is it?

go-sieve is golang implementation of the SIEVE cache eviction algorithm.

This implementation closely follows the paper's pseudo-code - but uses golang generics to provide an ergonomic interface.

About

SIEVE cache - simpler than LRU

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%