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
The private constructor newSketch looks like it can take between 4-18 registers, and also a flag to say sparse or normal.
Looking at the commit history, the public constructor was removed in commit dba7ba9
Do you see any fundamental issue with the reduced bases? Is it possible to allow those again?
I have a use case where I need to maintain a large number of these HLL sketches, that can tolerate a higher error rate as well. So I am planning to use just 4 or 8 registers.
The text was updated successfully, but these errors were encountered:
Adds the ability to create a spare or non-sparse hll graph of the
provided precision via the hyperloglog::NewSketch function.
Provides capabilities requested in axiomhq#32
The public constructors at present allow only 14 or 16 registers.
The private constructor
newSketch
looks like it can take between 4-18 registers, and also a flag to say sparse or normal.Looking at the commit history, the public constructor was removed in commit dba7ba9
Do you see any fundamental issue with the reduced bases? Is it possible to allow those again?
I have a use case where I need to maintain a large number of these HLL sketches, that can tolerate a higher error rate as well. So I am planning to use just 4 or 8 registers.
The text was updated successfully, but these errors were encountered: