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
MutableSecondarySamplingState uses some slow and dodgy JDK code for parsing integers. With a limit like 255, it is easier and faster to parse and write TTLs with zero chance of leaking exceptions (or even allocating them).
The text was updated successfully, but these errors were encountered:
MutableSecondarySamplingState
uses some slow and dodgy JDK code for parsing integers. With a limit like 255, it is easier and faster to parse and write TTLs with zero chance of leaking exceptions (or even allocating them).The text was updated successfully, but these errors were encountered: