Home
Software Heritage
Search
Configure Global Search
Log In
Transactions
D4389
Change Details
Change Details
Old
New
Diff
This makes readdir() more efficient because we do not go through all entries every time, but only those after the readdir() offset.
This makes readdir() O(N) instead of O(N²) because we do not go through all entries every time, but only those after the readdir() offset.
This makes readdir()
more efficient
O(N) instead of O(N²)
because we do not go through all entries every time, but only those after the readdir() offset.
Continue