ibraheemdev / papaya

A fast and ergonomic concurrent hash-table for read-heavy workloads.
MIT License
493 stars 8 forks source link

Implement a Concurrent `HashSet` #5

Open ibraheemdev opened 3 months ago

ibraheemdev commented 3 months ago

Implement a concurrent HashSet<T> around HashMap<T, ()>. This should be relatively straightforward.