Skip to content
Snippets Groups Projects
Commit 54de23400b2a authored by Boris Feld's avatar Boris Feld
Browse files

sparse-revlog: stop using a heap to track gaps

The heap doesn't bring any performance advantage as we can simply sort the
final list.

Moreover, the lesser complexity helps a lot when we later implement it in C.
parent bfbfd15d65bd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment