You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we move things like the total number of counts to u128? That may have a detrimental affect on performance, especially on lesser hardware; I haven't benchmarked it yet to see.
The text was updated successfully, but these errors were encountered:
Probably not... u64 is 584 years of 1 billion increments per second. Just figured I'd throw this out to see if anyone had a plausible use case. I'll ask in gitter too.
There are also serialization concerns -- Java already can't represent u64 (only i64) and u128 would be even more hopeless.
Should we move things like the total number of counts to u128? That may have a detrimental affect on performance, especially on lesser hardware; I haven't benchmarked it yet to see.
The text was updated successfully, but these errors were encountered: