]> git.mxchange.org Git - simgear.git/commit
gzfilebuf choked when reading large, heavily compressed files.
authorThorstenB <brehmt@gmail.com>
Fri, 9 Nov 2012 21:02:34 +0000 (22:02 +0100)
committerThorstenB <brehmt@gmail.com>
Fri, 9 Nov 2012 21:04:11 +0000 (22:04 +0100)
commit77f73a79dff698a6f70bda4a2c46d59b59074aaf
tree404c04745b28b83430de1a26e4cb66641f55c216
parent279445d6bccaee282c0e5d3391b6352beae5ca0e
gzfilebuf choked when reading large, heavily compressed files.
Apparently a 4K buf isn't enough. 64K seem much better ;-).
Real solution may be an adaptive buffer size in gzfilebuf.
simgear/misc/zfstream.hxx