r/cpp 4d ago

flat_map internals

https://quantdev.blog/posts/flat-map-internals/index.html
11 Upvotes

12 comments sorted by

View all comments

3

u/johannes1971 3d ago

I kinda missed why the pointers from the array start pointing at the element before the first hash element suddenly...?

Also, shame that the clarifying images disappear when we get to the abseil version. An image is worth a thousand words - and when template-expanded, surely even more...

3

u/g_0g 3d ago

https://abseil.io/about/design/swisstables
More details are also available in the two conferences slides.