Merge branch 'ds/cache-tree-basics'
commita0a2d75d3b39632a8ed9c71320c3e9e77e40946a
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:40:44 +0000 (5 16:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:40:44 +0000 (5 16:40 -0800)
tree378048286b434d61efbcaed35af1b79ce14c252f
parentb65b9ff1ff8a809246cc6bd8ad9051b28e5bf330
parenta4b6d202caad83c6dc29abe9b17e53a1b3fb54a0
Merge branch 'ds/cache-tree-basics'

Document, clean-up and optimize the code around the cache-tree
extension in the index.

* ds/cache-tree-basics:
  cache-tree: speed up consecutive path comparisons
  cache-tree: use ce_namelen() instead of strlen()
  index-format: discuss recursion of cache-tree better
  index-format: update preamble to cache tree extension
  index-format: use 'cache tree' over 'cached tree'
  cache-tree: trace regions for prime_cache_tree
  cache-tree: trace regions for I/O
  cache-tree: use trace2 in cache_tree_update()
  unpack-trees: add trace2 regions
  tree-walk: report recursion counts