Y
Hacker News
new
|
ask
|
show
|
jobs
by
accelbred
624 days ago
Are strings used for timestamps? Those are usually why I'm sending 64-bit ints over IPC.
1 comments
Netch
618 days ago
If you want more than 1-second precision, 64 bits are not enough. (Hmm does all C++ std::chrono implementation utilize 128-bit integers for nanosecond precision?)
link