streaming_algorithms icon indicating copy to clipboard operation
streaming_algorithms copied to clipboard

Is this abandoned?

Open rbtcollins opened this issue 1 year ago • 1 comments

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 whether it is still maintained.

rbtcollins avatar Sep 17 '22 09:09 rbtcollins

Hello all,

I also find it very useful but not maintained. pack_simd was not updated and there is one called pack_simd2. We can also use nightly rust to use SIMD. The hyperloglog and count min sketch is really useful for big data. This is the fastest hyperloglog and count min sketch in Rust I have ever ran into.

Jianshu

jianshu93 avatar Apr 14 '23 14:04 jianshu93