Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Generic type for Count-Min Sketch #139

Open
arnaudfnr opened this issue Jul 28, 2017 · 0 comments
Open

Generic type for Count-Min Sketch #139

arnaudfnr opened this issue Jul 28, 2017 · 0 comments

Comments

@arnaudfnr
Copy link

arnaudfnr commented Jul 28, 2017

Hi guys,

First of all thank you the great work you put in this library !

I am using Count-Min sketch implementation and I wonder why the only supported types are "long" and "String".
Indeed, there are some types of object such as Doubles or Integers that are easily and for sure convertible to String.
For Objects in general, the method toString() could be called, like in the Murmurhash used in HyperLogLog.
Is there a specific reason that you decided not to use it for CountMinSketch ?

Best regards,

Arnaud

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant