Searched hist:213044 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.cdiff 213044 Wed Sep 22 23:31:50 MDT 2010 delphij In the past gunzip(1) write()'s after each inflate return. This is
not optimal from a performance standpoint since the write buffer is
not necessarily be filled up when the inflate rountine reached the
end of input buffer and it's not the end of file.

This problem gets uncovered by trying to pipe gunzip -c output to
a GEOM device directly, which enforces the writes be multiple of
sector size.

Sponsored by: iXsystems, Inc.
Reported by: jpaetzel
MFC after: 2 weeks

Completed in 110 milliseconds