Concurrent Cuckoo Filter Implementation

⚓ Rust    📅 2025-09-08    👤 surdeus    👁️ 2      

surdeus

Hi all,

I’ve been working on a concurrent cuckoo filter implementation in Rust: atomic-cuckoo-filter.

A cuckoo filter is a probabilistic data structure for fast set membership testing. Unlike traditional implementations, this version uses lock-free atomic operations and is designed for high-concurrency environments.

Feedback and suggestions are welcome!

1 post - 1 participant

Read full topic

🏷️ Rust_feed