CacheKit Docs

High-performance cache policies and supporting data structures.

View the Project on GitHub OxidizeLabs/cachekit

SIEVE

Goal

Provide strong scan resistance with very low metadata and update overhead.

Core Idea

SIEVE is a simple FIFO-like policy with a one-bit filter:

This creates low-cost second-chance behavior without maintaining full LRU order.

Core Data Structures (Typical)

Complexity & Overhead

Notes For CacheKit

References