On Sep 4, 11:54爌m, "DR" < XXXX@XXXXX.COM > wrote:
> Why is its substantialy slower to load 50GB of gzipped file (20GB gzipped
> file) then loading 50GB unzipped data? im using
> System.IO.Compression.GZipStream and its not maxing out the cpu while
> loading the gzip data! Im using the default buffer of the stream that i open
> on the 20GB gzipped file and pass it into the GZipStream ctor. then
> System.IO.Compression.GZipStream takes an hour! when just loading 50GB file
> of data takes a few minutes!
[Please learn to use a short subject line. The subject isn't meant to
hold your whole post.]
Can you provide a short but complete program to demonstrate your
problem? See http://pobox.com/~skeet/csharp/complete.html for what I
mean by that.
Jon