w8r / avl

:eyeglasses: Fast AVL tree for Node and browser

Home Page:https://npm.runkit.com/avl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulk load is recursive

simonepri opened this issue · comments

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

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

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