]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kk/limit-list-optim' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 01:00:18 +0000 (10:00 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 01:00:18 +0000 (10:00 +0900)
commitf17450dd1b81d4239cfa44c1aa2a0d6071e2d203
tree0822bbfc130103dfd02ea6488e384311ee00acec
parentecee155d5c3687d0cfc929e6e761732d3da86b25
parentef8d51a8a3e1c57201aa2c116ad27b0db580123a
Merge branch 'kk/limit-list-optim' into next

The limit_list() function that is one of the core part of the
revision traversal infrastructure has been optimized by replacing
its use of linear list with priority queue.

* kk/limit-list-optim:
  revision: use priority queue in limit_list()