More than a rehash – Joaquín M. López in Madrid at Using std::cpp
In this talk, Joaquín will invite you to look under boost::unordered_flat_map's hood with him and learn about this container's data structure, its key design elements and how it compares with other top-performance C++ hashmaps both in theory and in practice.
More than a rehash – Joaquín M. López in Madrid at Using std::cpp
by Joaquín M. López
From the talk:
Boost 1.81 (Dec 2022) released boost::unordered_flat_map, a hashmap (unordered associative container in C++ parlance) that relies on open addressing and SIMD techniques to provide extremely high performance. In this talk, Joaquín will invite you to look under boost::unordered_flat_map's hood with him and learn about this container's data structure, its key design elements and how it compares with other top-performance C++ hashmaps both in theory and in practice. The talk finishes with a teaser on concurrent hashmaps arriving as part of your Boost update later this year. Deck and note can be found here.

C++17 added a new compile time constant
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held
Event-driven applications, such as GUIs or servers, often apply the architecture pattern Reactor. A Reactor can accept multiple requests simultaneously and distribute them to different handlers.
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held
Last time I showed a couple of questions about initialization. Try them
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held
In a previous
Registration is now open for CppCon 2023! The conference starts on October 1 and will be held