When the tree is becoming very large, there are some lags when scrolling, it is surely due to the latency of the [get_def_tree](https://github.com/le-codeur-rapide/lblprof/blob/9edd27ae78991b2095920ab457d6071a859daea4/lblprof/line_stats_tree.py#L293C8-L293C21) function. It is okey to have latency at build time, but we should find a data structure that is scalable to get childs
When the tree is becoming very large, there are some lags when scrolling, it is surely due to the latency of the get_def_tree function.
It is okey to have latency at build time, but we should find a data structure that is scalable to get childs