Implementation of B+ trees

Nestor via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Feb 8 06:53:18 PST 2017


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.


More information about the Digitalmars-d-learn mailing list