Hi all,
I would like to implement a B-heap (the heap that takes into account cache alignment). Are there any tutorials for this data structures ?
All I found so far is some criptic blog article claiming it exists, and some C code I barely understand.