fdb-record-layer
fdb-record-layer copied to clipboard
Cascades Pre-order Iterable is inefficient
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.