February 08, 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.