Skip to content

Commit

Permalink
survey: expanded TODO with more notes
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hostetler <jeffhostetler@github.com>
  • Loading branch information
jeffhostetler authored and dscho committed Sep 24, 2024
1 parent 630e4a6 commit 458e9bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions builtin/survey.c
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,16 @@ int cmd_survey(int argc, const char **argv, const char *prefix)
* size of the set of "refs/tags/" that we visited while building
* the `ref_info` and `ref_array` and not need to ask the remote.
*
* [] Should the "string length of refnames / remote refs", for
* example, be sub-divided by remote so we can project the
* cost of the haves/wants overhead a fetch.
*
* [] Can we examine the merge commits and classify them as clean or
* dirty? (ie. ones with merge conflicts that needed to be
* addressed during the merge itself.)
*
* [] Do dirty merges affect performance of later operations?
*
* [] Dump info on the complexity of the DAG. Criss-cross merges.
* The number of edges that must be touched to compute merge bases.
* Edge length. The number of parallel lanes in the history that
Expand Down

0 comments on commit 458e9bc

Please sign in to comment.