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
{{ message }}
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
I'm not sure. Stream-lib's CountMinSketch has fallen behind what @tdunning has in his repo. Hopefully we can work on pulling in a more recent version. Otherwise we may need to deprecate this class.
@abramsm Thank you. I'm ready to help with it. Basically I would just remove the overflow check. I can also introduce microbenchmarks to prevent regression. I just need an answer for #140 whether there's something I miss or not? I see it only as an optimization for fast comparison.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It starts from
String.valueOf(item)
herestream-lib/src/main/java/com/clearspring/analytics/stream/frequency/CountMinSketch.java
Line 205 in 5868141
stream-lib/src/main/java/com/clearspring/analytics/stream/frequency/CountMinSketch.java
Line 189 in 5868141
stream-lib/src/main/java/com/clearspring/analytics/stream/frequency/CountMinSketch.java
Line 289 in 5868141
Could be related to #140
The text was updated successfully, but these errors were encountered: