-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve performance of commit-graph variant ever-so-slightly
In practice, what really matters is to reuse as much of the previous computation as possible. Re-using the graph (or its menory) doesn't do much, but reusing the parsed commits would be a huge benefit when running many queries after another.
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters