summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2025-08-14 11:20:19 -0400
committerPeter LaFosse <peter@vector35.com>2025-08-14 11:20:19 -0400
commitf85e56d1772a8bbaad259f201b604613818c0591 (patch)
tree25b8c0f74719acb81da3616c91e5d48212500534 /python
parent66b933288095071fb19f6124af14c812e58c09bd (diff)
ELFView performance fix: avoid calling GetSectionsAt in the innerloop
When the section list gets large GetSectionsAt becomes quite slow instead the the whole list of sections outside the loop and just encour that hit once. It could probably be made even faster if we used an interval tree but then we have to pay the cost of building the tree which may be more nauanced
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions