Implementing Understandable World Class Hash Tables in C++ - CppCon 2022
Offered By: CppCon via YouTube
Course Description
Overview
Explore a comprehensive conference talk on implementing high-performance hash tables in C++. Delve into the success story of creating world-class hash tables using Robin Hood hashing techniques and parallel computation. Learn how to maintain the Robin Hood hash table invariant while achieving optimal performance through normal integer operations. Discover the benefits of this approach, including improved cache locality and reduced false matches. Examine real source code, benchmarks, and Compiler Explorer disassembly to understand the composable parallel programming abstraction layer. Gain insights into how this implementation outperforms alternative schemes and provides a more understandable codebase. Presented by Eduardo Madrid and Scott Bruce at CppCon 2022, this talk offers valuable knowledge for C++ developers seeking to enhance their understanding of efficient data structures and parallel programming techniques.
Syllabus
Implementing Understandable World Class Hash Tables in C++ - Eduardo Madrid, Scott Bruce CppCon 2022
Taught by
CppCon
Related Courses
Stanford Seminar - MIPS Open, Wave ComputingStanford University via YouTube Loop Analysis and Vectorization in Julia - JuliaCon 2020
The Julia Programming Language via YouTube Intrinsic Functions and Vector Processing Extensions for SIMD Parallel Operations in C++
javidx9 via YouTube Intrinsics - Low-Level Engine Development with Burst - Unite Copenhagen
Unity via YouTube Aggregating Ticks to Manage Scale in Sea of Thieves - Unreal Fest Europe 2019 - Unreal Engine
Unreal Engine via YouTube