In some scenarios it is useful to know how much memory a sketch is using (stack + heap). This is something not currently supported.
I could work on a PR that adds a size() function starting from HLL, CPC sketches. Would that be something useful to add? Is there an approach that's more preferable in dealing with this?
In some scenarios it is useful to know how much memory a sketch is using (stack + heap). This is something not currently supported.
I could work on a PR that adds a
size()function starting from HLL, CPC sketches. Would that be something useful to add? Is there an approach that's more preferable in dealing with this?