std.zip size limit of 2 GB?

Tony tonytdominguez at aol.com
Thu Feb 15 21:20:34 UTC 2018


On Thursday, 15 February 2018 at 18:49:55 UTC, Steven 
Schveighoffer wrote:

>
> I think it's inherent in the zlib API. I haven't used all of 
> the library, but the portion I did use (using zstream) uses 
> uint for buffer sizes.
>

Wouldn't using a uint for buffer size give a size limit of 
greater than 4GB? Seems like an int is in the mix somewhere.



More information about the Digitalmars-d-learn mailing list