fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Cascades Pre-order Iterable is inefficient

Open hatyo opened this issue 1 year ago • 0 comments

The method TreeLike#inPreOrder is very inefficient in terms of memory consumption as it creates for a tree of N-nodes N-single-itemed list allocations plus few other nested concatenated iterators.

hatyo avatar Feb 05 '24 07:02 hatyo