From: Junio C Hamano Date: Sun, 27 Aug 2017 05:55:08 +0000 (-0700) Subject: Merge branch 'kw/write-index-reduce-alloc' X-Git-Tag: v2.15.0-rc0~119 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/030faf2fa55d938db006125d4f3db41115c31d37?ds=inline;hp=--cc Merge branch 'kw/write-index-reduce-alloc' We used to spend more than necessary cycles allocating and freeing piece of memory while writing each index entry out. This has been optimized. * kw/write-index-reduce-alloc: read-cache: avoid allocating every ondisk entry when writing read-cache: fix memory leak in do_write_index perf: add test for writing the index --- 030faf2fa55d938db006125d4f3db41115c31d37