YoVDO

Rehashing Hash Tables and Associative Containers

Offered By: CppNow via YouTube

Tags

C++Now Courses C++ Courses Hash Tables Courses Generic Programming Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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

Related Courses

Advanced Java Programming
Udemy
Scala Type Classes and Parameterization
Pluralsight
Random Variables as Types - Lecture 11
The Julia Programming Language via YouTube
Hands-on With Dynamic Dispatch Traits in Rust - Rust Tutorial for Developers
Trevor Sullivan via YouTube
IEnumerable and IEnumerator Interfaces in C#
tutorialsEU via YouTube