Speed up index file writing by chunking it nicely.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Apr 2005 19:16:57 +0000 (12:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Apr 2005 19:16:57 +0000 (12:16 -0700)
commit4990aadc4cbb872cb71acdc0ca842eacb86f1362
tree9c4a0f2062b0d544fc86d70bff41cae84a574499
parent706bc531a19f268bb03dda7551929dee20172548
Speed up index file writing by chunking it nicely.

No point in making 17,000 small writes when you can make just
a couple of hundred nice 8kB writes instead and save a lot
of time.
read-cache.c