Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 230 Bytes

File metadata and controls

7 lines (4 loc) · 230 Bytes

bloom-cuda

bloom filter implemented in CUDA for fun. Able to add/test batches of keys in parallel

TODO

  • Currently does not hash all the seeds in parallel. Need to use hashing function which batches both on keys and seeds