Any B-heap tutorial in Go?

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.

Come on people, did anyone implement a B Heap or can point to some tutorial ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.