seiflotfy / cuckoofilter

Cuckoo Filter: Practically Better Than Bloom
MIT License
1.13k stars 109 forks source link

Need to add mutex #16

Closed code-ishwar closed 5 years ago

code-ishwar commented 6 years ago

Multiple parallel Ecode, Decode, Count and Insert hangs due to race conditions. We should make formal mutex locks.

seiflotfy commented 6 years ago

mutex lock can be done from the outside... right?

mholt commented 5 years ago

More discussion in #18 -- can probably close one of these.