Open
Description
- currently, we trim to
MAX_SPANS
per parent, meaning the tree can still be quite huge if nodes have a lot of children - we might want to change the trimming logic so that we trim more in order to lower the memory footprint of the tree map
It might also be it's ok as is; we should test and decide. Opening this issue as a reminder.