Inside boost::unordered_flat_map

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

    An Evaluation of Linear Probing Hashtable Algorithms

  • I think "bidirectional linear probing" is an underrated approach (and much simpler): https://github.com/senderista/hashtable-benchmarks/blob/master/src/main/java/set/int64/BLPLongHashSet.java

  • STC

    A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers. (by stclib)

  • I have added the map to the simple int64_t hashmap benchmarks for my STC C-container library.

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

    A standalone and lightweight C library

  • boost

    My personal boost mirror to be submoduled by my projects (by darwin)

  • flat_hash_map

    A very fast hashtable

  • robin-map

    C++ implementation of a fast hash map and hash set using robin hood hashing

  • robin-hood-hashing

    Discontinued Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • unordered_dense

    A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

  • emhash

    Fast and memory efficient c++ flat hash map/set

  • me author of emhash, I make some optimiazation of swiss table emilib https://github.com/ktprime/emhash/blob/master/thirdparty/emilib/emilib2o.hpp

  • unordered

    Boost.org unordered module

  • Hi, we have seen similar gains with __forceinline in MSVC, looks like this compiler is not particularly aggressive at inlining. Could you please file an issue at Boost.Unordered repo so what we don't forget? Thank you

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

  • Factor is faster than Zig

    11 projects | news.ycombinator.com | 10 Nov 2023
  • How to convert an enum to string in C++

    4 projects | news.ycombinator.com | 30 Sep 2023
  • What are some cool modern libraries you enjoy using?

    32 projects | /r/cpp | 18 Sep 2022
  • Using Jolt with flecs & Dear ImGui: Game Physics Introspection

    4 projects | dev.to | 17 Apr 2024
  • C++ Game Utility Libraries: for Game Dev Rustaceans

    9 projects | dev.to | 13 Mar 2024