Page MenuHomeFreeBSD

rangeset: speed up range traveral
ClosedPublic

Authored by dougm on Aug 17 2024, 6:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 6, 4:10 AM
Unknown Object (File)
Sun, Mar 30, 10:57 PM
Unknown Object (File)
Feb 11 2025, 12:46 AM
Unknown Object (File)
Jan 27 2025, 5:07 PM
Unknown Object (File)
Jan 26 2025, 6:19 PM
Unknown Object (File)
Jan 24 2025, 7:31 PM
Unknown Object (File)
Jan 22 2025, 3:44 AM
Unknown Object (File)
Jan 17 2025, 9:52 PM
Subscribers

Details

Summary

For rangeset-next search, use exact search rather than greater-than search.

Move a bit of the testing logic from the pmap code to the rangeset code.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Aug 17 2024, 6:26 PM
This revision is now accepted and ready to land.Aug 19 2024, 8:06 AM
dougm retitled this revision from rangeset: use pctrie iterators for range traversal to rangeset: speed up range traveral.
dougm edited the summary of this revision. (Show Details)

Strip the iterators out, since there's no sign they'll be reviewed soon. There's still a bit left worth committing.

This revision now requires review to proceed.Sep 9 2024, 7:37 AM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 9 2024, 9:52 PM
This revision was automatically updated to reflect the committed changes.