diff options
author | Ian Rogers <[email protected]> | 2024-07-03 10:21:17 -0700 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2024-07-03 15:02:53 -0700 |
commit | 1059fb529114a4ac524e4c366f0a0933810efddf (patch) | |
tree | 55db06843463793e946c86eca62ef165a00e08b9 /scripts/rustdoc_test_builder.rs | |
parent | feaaa8be0b1efce6e8fb4222654413246bdc30aa (diff) |
perf dsos: When adding a dso into sorted dsos maintain the sort order
dsos__add would add at the end of the dso array possibly requiring a
later find to re-sort the array. Patterns of find then add were
becoming O(n*log n) due to the sorts. Change the add routine to be
O(n) rather than O(1) but to maintain the sorted-ness of the dsos
array so that later finds don't need the O(n*log n) sort.
Fixes: 3f4ac23a9908 ("perf dsos: Switch backing storage to array from rbtree/list")
Reported-by: Namhyung Kim <[email protected]>
Signed-off-by: Ian Rogers <[email protected]>
Cc: Steinar Gunderson <[email protected]>
Cc: Athira Rajeev <[email protected]>
Cc: Matt Fleming <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions