Is 20 million lookups per second performance ok for a single threaded LRU cache written in C++? (CPU is fx8150 3.6GHz)

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

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

    A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.

  • Implementation: https://github.com/tugrul512bit/LruClockCache/blob/main/LruClockCache.h

  • 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

  • Is 180 million lookups per second performance ok for an asynchronous cache written in C++ running on FX8150? (has cache-coherence and runs only 1 consumer thread as back-end)

    1 project | /r/programming | 14 Feb 2022
  • Is Python Interpreter optimized enough for low-latency caching algorithm?

    1 project | /r/Python | 8 Feb 2022
  • 2D Direct Mapped Cache Is Much Better Than Normal Direct Mapped Cache In 2D Access Patterns

    1 project | /r/cpp | 24 Oct 2021
  • What is the absolute fastest way of using mmap for read-only random-access pattern?

    1 project | /r/cpp_questions | 14 Oct 2021
  • Does C++ have a feature like optionally producing same pointer value from allocation with help of an integer key?

    1 project | /r/cpp_questions | 9 Oct 2021