A truly fast Map implementation?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • perhash

    Because why not use ALL the antipatterns?

  • So I created a monstrosity that serves my purpose, but it is riddled with antipatterns and quirks to allow native vector performance on data retrieval and insertions. https://github.com/perara/perhash

  • flat_hash_map

    A very fast hashtable

  • You should look for flat-hash-maps. This is a good implementation, skarupke/flat_hash_map. The author also has a talk about the implementation at one of the boost conferences on youtube.

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

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

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