Skip to content
Snippets Groups Projects
Commit 59f8ef69 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

git_handler: use repo.changelog.node instead of repo.lookup

For a repo with over 50,000 commits, this brings down the computation of
'export' from 1.25 seconds to 0.25 seconds.

To scale this to hundreds of thousands of commits, one solution might be to
maintain the mapping in a DAG data structure mirroring the changelog, over
which findcommonmissing can be used.
parent 53423381
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