bits-and-blooms / bloom

Go package implementing Bloom filters, used by Milvus and Beego.
BSD 2-Clause "Simplified" License
2.44k stars 232 forks source link

add a parallel benchmark for testing against a prebuilt filter #50

Closed pnordahl closed 3 years ago

lemire commented 3 years ago

Can you elaborate on the rationale for this PR?

pnordahl commented 3 years ago

It has been a while, but IIRC it was just to see what kind of performance the filter was capable of in a multi-threaded context.