Re: UInt32 or Int32

2005-09-22 Thread Marvin Humphrey
On Sep 22, 2005, at 1:16 PM, Yonik Seeley wrote: I'd lean toward keeping UInt32 in general, so at least that will scale to 4B documents. SegSize is the only place where UInt32 is used that it will matter (all of the other uses will never approach that size). OK, sounds good. writeInt() wr

Re: UInt32 or Int32

2005-09-22 Thread Yonik Seeley
I'd lean toward keeping UInt32 in general, so at least that will scale to 4B documents. SegSize is the only place where UInt32 is used that it will matter (all of the other uses will never approach that size). writeInt() writes both signed and unsigned integers (or rather the bit pattern could be