Inside boost::unordered_flat_map

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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.

  4. Klib

    A standalone and lightweight C library

  5. boost

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

  6. flat_hash_map

    A very fast hashtable

  7. robin-map

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

  8. robin-hood-hashing

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

  9. SaaSHub

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

    SaaSHub logo
  10. unordered_dense

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

  11. 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

  12. 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
  • 🚀Announcing conjure_enum - a C++20 enum and typename reflection Library

    1 project | dev.to | 31 Jul 2024
  • Show HN: Conjure_enum – a C++20 enum and typename reflection Library

    1 project | news.ycombinator.com | 30 Jul 2024