In this post we explore how to speed up our memory intensive programs by decreasing the number of TLB cache misses
All posts tagged hash map
Faster hash maps, binary trees etc. through data layout modification
Posted on Author Ivica BogosavljevićPosted in Low Level Performance, Memory Subsystem Performance, Performance1 Reply
We investigate how to make faster hash maps, trees, linked lists and vector of pointers by changing their data layout.