Sieve is simpler than LRU

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lru-rs

    An implementation of a LRU cache (by cacheMon)

  • Impressive how few code changes they managed to convert an existing LRU library into SIEVE.

    https://github.com/cacheMon/lru-rs/commit/1c45ef7fe85f4a4395...

  • js-sieve

    SIEVE in JS, a modern efficient cache algorithm that is simpler than LRU

  • Made also a JS implementation based on the golang one here: https://github.com/kurtextrem/js-sieve. It's a bit different than your reference implementation.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Memcached

    memcached development tree

  • Oh, thank you! I didn't realize that LRU Maintainer Thread was more than an expiration reaper. When it was first being introduced that was its first responsibility as lazy expiration removal by size eviction meant dead entries wasted capacity. It was all work in progress when I had read about it [1] and talked to dormando, so it got fuzzy. The compat code [2, 3] might have also thrown me off if I only looked at the setting and not the usage. Its a neat variant to all of these ideas.

    [1] https://github.com/memcached/memcached/pull/97

  • libCacheSim

    a high performance library for building cache simulators

  • https://github.com/1a1a11a/libCacheSim/blob/develop/libCache...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • FusionCache Is Now v1.0

    1 project | news.ycombinator.com | 17 Mar 2024
  • Otter, Fastest Go in-memory cache based on S3-FIFO algorithm

    16 projects | news.ycombinator.com | 23 Dec 2023
  • Caching as a cross cutting concern using MediatR's pipeline behavior

    1 project | /r/dotnet | 6 Dec 2023
  • S3 Express Is All You Need

    6 projects | news.ycombinator.com | 28 Nov 2023
  • Show HN: Gem for Rails cache, better performance and compression with Brotli

    1 project | news.ycombinator.com | 22 May 2023