stream-lib icon indicating copy to clipboard operation
stream-lib copied to clipboard

Add Getters for Width and Depth attributes

Open arnaudfnr opened this issue 7 years ago • 0 comments

I just want to add getters on Depth and Width attributes in Count-Min Sketch.

It will allow to optimize serialization by pre-computing the number of bytes required in the process. I thinks it is more convenient than getting the relative error and epsilon attributes and then converting them into depth and width because it adds some useless computations.

arnaudfnr avatar Dec 06 '17 23:12 arnaudfnr