Closed GoogleCodeExporter closed 9 years ago
In line with the table here:
http://code.google.com/apis/protocolbuffers/docs/proto.html, int64 is treated
as a **signed** 64-bit, but using twos complement (meaning: negative is
expensive). For ulong , using uint64 in the proto. For long (but without the
expensive negatives) use sint64. There is also fixed64 and sfixed64 if you want
constant length (on the wire).
Original comment by marc.gravell
on 2 Feb 2011 at 8:12
Original issue reported on code.google.com by
timothyp...@gmail.com
on 1 Feb 2011 at 11:31