Probably.jl
Probably.jl copied to clipboard
Probabilistic data structures in Julia
Seems to not work under x86
Dear Jakob, I hope you can spent couple minutes on the maintenance and merge this please. This is good package and it would be nice to have it working. 1....
Reference: https://link.springer.com/chapter/10.1007/978-3-540-30570-5_27 Are you open to a pull request?
Do not merge this until Julia 1.11 is released
Hi, Thank you for such wonderful library. I have one simple example using `HyperLogLog` with multiple threads. ```julia using Probably using Base.Threads function example(n::Int) lock_ = ReentrantLock() hll = HyperLogLog()...