pingora-lru 0.2.0

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

An implementation of an 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