]> Kevux Git Server - rit/commit
Merge branch 'kk/limit-list-optim'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2026 05:15:43 +0000 (14:15 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2026 05:15:43 +0000 (14:15 +0900)
commit947a026e8377b9d4163ff46f76936b93df47f1e3
treeeda9b03a4ec46c993afa1d17d353c430607542c3
parentbccafbc09c2b7516f50182ff098bc144e45847ce
parentef8d51a8a3e1c57201aa2c116ad27b0db580123a
Merge branch 'kk/limit-list-optim'

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()