Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Rehashing Hash Tables and Associative Containers

CppNow via YouTube

Overview

Explore advanced techniques for improving hash tables and associative containers in C++ through this conference talk from CppNow 2022. Delve into three novel avenues of enhancement: modeling associative containers using Generic Programming, optimizing performance with alternative API designs, and implementing compile-time "perfect hash tables". Learn how to create a more abstract "Lookup" concept that decouples mapping needs from specific data structures, discover the benefits of storing keys and mapped values separately, and understand how to leverage phased hashing functions for constexpr perfect hash tables. Gain insights from real-world application of these techniques in a large-scale, globally-used codebase.

Syllabus

Rehashing Hash Tables And Associative Containers - Eduardo Madrid - CppNow 2022

Taught by

CppNow

Reviews

Start your review of Rehashing Hash Tables and Associative Containers

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.