-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uint64 timestamps #22
Comments
+1 |
If you just want uint64 to represent 32-bit epochs, you're probably fine. If you want to move to sub-second resolution with uint64 nanoseconds, then there are more patches required to support larger actual timestamp sizes. |
Also, not sure how to solve this without breaking anybody using this code. Perhaps a tsz (32-bit) and tsz64 types generated from the same base implementation. |
@dgryski: Have you seen my fork? |
Hi there, are you planning to implement uint64 timestamps as described in the Facebook's paper anytime soon?
Thanks for the great contribution!
The text was updated successfully, but these errors were encountered: