streaming_algorithms icon indicating copy to clipboard operation
streaming_algorithms copied to clipboard

Performant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.

Results 6 streaming_algorithms issues
Sort by recently updated
recently updated
newest added

Hello @alecmocatta, Since the nightly Rust v1.78, feature stdsimd does not exists any more: error[E0557]: feature has been removed --> /Users/jianshuzhao/.cargo/registry/src/index.crates.io-6f17d22bba15001f/packed_simd-0.3.9/src/lib.rs:218:5 | 218 | platform_intrinsics, | ^^^^^^^^^^^^^^^^^^^ feature has been...

Hello Team, It seems that new cardinality estimator paper has two new estimators, the improved estimator and MLE estimator, better than the one originally proposed, see paper here: https://arxiv.org/pdf/1706.07290.pdf Just...

Hello Team, Recently, the hyperlogloglog was published to be even more space efficient. Just wondering whether it is possible to also add it: https://dl.acm.org/doi/abs/10.1145/3534678.3539246 Thanks, Jianshu

There are dependency updates like the rand one from dependabot not merged. It looks like a useful crate but I'm trying to assess whether I'd need to fork it or...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.0] - 2020-12-18 Platform support The minimum supported Rust version is now 1.36 (#1011) getrandom...

dependencies