Similar probabilistic algorithms like Hyperloglog?

This page summarizes the projects mentioned and recommended in the original post on /r/compsci

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
  • Caffeine

    A high performance caching library for Java

  • Caffeine is a Java cache that uses a 4-bit count-min sketch to estimate the popularity of an entry over a sample period. This is used by an admission filter (TinyLFU) to determine whether the new arrival is more valuable than the LRU victim. This is combined with hill climbing to optimize how much space is allocated for frequency vs recency. That results in an adaptive eviction policy that is space and time efficient, and achieves very high hit rates.

  • 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
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

  • This Week In Python

    5 projects | dev.to | 22 Mar 2024
  • FusionCache Is Now v1.0

    1 project | news.ycombinator.com | 17 Mar 2024
  • Readyset: A MySQL and Postgres wire-compatible caching layer

    5 projects | news.ycombinator.com | 21 Feb 2024
  • Otter, Fastest Go in-memory cache based on S3-FIFO algorithm

    16 projects | news.ycombinator.com | 23 Dec 2023
  • Show HN: WarpBuild – x86-64 and arm GitHub Action runners for 30% faster builds

    10 projects | news.ycombinator.com | 8 Dec 2023