Any D implementations of EB (Elastic Binary) Trees around?

Andrej Mitrovic via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 27 04:54:13 PDT 2014


The reference docs and implementation are here:

http://1wt.eu/articles/ebtree/
https://github.com/haproxy/ebtree

Anyone know of an implementation of it in D? Note: I'm not looking for
a binding, I've already got that. I'm interested in a pure D
implementation.


More information about the Digitalmars-d mailing list