mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
Using int is troublesome because the size of int can be different from the desired 64 bits. So, using a string representation seems to be more consistent.