Replies: 2 comments 1 reply
|
No reason in particular. Any PR that improves runtime performances is welcome. |
1 reply
|
@nholbrook Nick, was this your code and do you remember the background? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
#136
Friends, please shed some light on necessity of CalculateThreshold
It moves us from double to int64 space, which is sometimes good.
But is it really necessary in this case?
What is wrong with converting
trace_idto ratio and using it directly, without double-to-int magic?All reactions