Did you know?
C++20: Heterogeneous Lookup in (Un)ordered Containers
by Bartlomiej Filipek
From the article:
Would you like to gain 20…35 or even 50% speed improvements when searching in associative containers? In this blog post, we’ll explore a technique called “heterogenous access” that offers such impressive speedups. We’ll explore ordered containers, and the support for unordered collections added recently in C++20...
Add a Comment
Comments are closed.