programmatom / TreeLib

Balanced Binary Trees - Rank Augmented
http://programmatom.github.io/TreeLib/
GNU Lesser General Public License v3.0
11 stars 4 forks source link

HugeList and BTrees #4

Open programmatom opened 8 years ago

programmatom commented 8 years ago

Maybe HugeList ought to be a Btree - large insert operations will have a faster asymptotic running time. (But then it wouldn't make a good test case for the rest of the library.) OTOH, I conjecture that the current HugeList with a splay tree underneath should be competitive with a Btree. Would be nice to implement one along side and measure.