fdb-record-layer
fdb-record-layer copied to clipboard
Revisit post-order implementation
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