pingora-lru 0.1.0

LRU cache that focuses on memory efficiency, concurrency and persistence.
Documentation

An implementation of a LRU that focuses on memory efficiency, concurrency and persistence

Features

  • keys can have different sizes
  • LRUs are sharded to avoid global locks.
  • Memory layout and usage are optimized: small and no memory fragmentation