stream-lib
stream-lib copied to clipboard
Add Getters for Width and Depth attributes
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.