skizzehq / skizze

A probabilistic data structure service and storage
MIT License
771 stars 64 forks source link

Use "RealCount" up to a threshold before replaying into a probabilistic data structure #81

Closed seiflotfy closed 8 years ago

seiflotfy commented 9 years ago

When creating a new counter (nc) one should be allowed to define a precision threshold that guarantees counts up to a specific point are 100% accurate by using a dictionary. Once that threshold is reached the dictionary is replayed into the new counter (nc) for probability counting.

martinpinto commented 8 years ago

If one should be able to define a precision threshold, then this should be part of the configuration. We should also provide a default threshold in case no threshold is provided.

seiflotfy commented 8 years ago

not now at least