Junio C Hamano writes:
> Also, don't we want to use uintmax_t throughout the callchain? How
> would the code in this series work when your ulong is 32-bit?
My own answer to this question is "no conversion to uintmax_t, at
least not in this series." As long as the original code uses
"unsigned l
Nguyễn Thái Ngọc Duy writes:
> It's very very rare that an uncompressd object is larger than 4GB
> (partly because Git does not handle those large files very well to
> begin with). Let's optimize it for the common case where object size
> is smaller than this limit.
>
> Shrink size field down to
It's very very rare that an uncompressd object is larger than 4GB
(partly because Git does not handle those large files very well to
begin with). Let's optimize it for the common case where object size
is smaller than this limit.
Shrink size field down to 32 bits [1] and one overflow bit. If the s
3 matches
Mail list logo