Skip to content
  • Junio C Hamano's avatar
    Merge branch 'bp/refresh-index-using-preload' · 11aa560d
    Junio C Hamano authored
    The helper function to refresh the cached stat information in the
    in-core index has learned to perform the lstat() part of the
    operation in parallel on multi-core platforms.
    
    * bp/refresh-index-using-preload:
      refresh_index: remove unnecessary calls to preload_index()
      speed up refresh_index() by utilizing preload_index()
    11aa560d