www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Implementation of B+ trees

Hi,

Is there a native D implementation of B+ tree anywhere?

So far I have found only std.container.rbtree but I wanted to 
compare both algorithms regarding search performance, memory and 
cpu usage, and storage space required for serialization.

Thanks in advance.
Feb 08 2017