fixed64
Always eight bytes. More efficient than uint64 if values are often greater than 2^56.
C++ |
Java |
Python |
Go |
C# |
PHP |
Ruby |
uint64 |
long |
int/long |
uint64 |
ulong |
integer/string |
Bignum |
Always eight bytes. More efficient than uint64 if values are often greater than 2^56.
C++ |
Java |
Python |
Go |
C# |
PHP |
Ruby |
uint64 |
long |
int/long |
uint64 |
ulong |
integer/string |
Bignum |