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

Revisit post-order implementation

Open hatyo opened this issue 1 year ago • 0 comments

The implementation of post order tree visitation in TreeLike can be probably made more efficient in terms of memory (and probably CPU) as well. We should revisit it and rework it similar to what is done for pre-order visitation in #2481

hatyo avatar Feb 05 '24 08:02 hatyo