Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 283 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 283 Bytes

SIEVE Cache for Ruby

A simple in-memory, in-process cache that implements the SIEVE eviction algorithm.

Why?

Because it looked both interesting and relatively simple, and no implementation for Ruby existed at the time of writing.