]> wimlib.net Git - wimlib/commit
win32_apply.c: Allocate space just before writing each stream
authorEric Biggers <ebiggers3@gmail.com>
Thu, 22 May 2014 19:16:01 +0000 (14:16 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 22 May 2014 19:16:01 +0000 (14:16 -0500)
commitf62ed8ae0312228f797398e462a132a7cfa319d7
treee5b7262276e695bbe0923f1a8d07bf56041c96bb
parentf45c157ceb31b97c4393c57b65a0e9b8fc2a3630
win32_apply.c:  Allocate space just before writing each stream

This seems to give better performance compared to allocating space when
each file is created.
src/win32_apply.c