w8r/avl

Bulk load is recursive

simonepri opened this issue · 2 comments

The readme stats "non-recursive" but the load function is clearly recursive.
We must state that.

w8r commented

btw would you care to help with that? can be rewritten with a stack, I believe

w8r commented

I tried similar idea with a stack on another tree, it's actually not a tiny bit faster.