xacrimon / dashmap

Blazing fast concurrent HashMap for Rust.
MIT License
3.09k stars 151 forks source link

Use a proper lock implementation #214

Closed xacrimon closed 2 years ago

xacrimon commented 2 years ago

This PR switches out the sketchy spinlock for a better lock implementation.

Fixes #213 Fixes #206

VictorKoenders commented 2 years ago

This PR adds the src/table.rs file but it does not seem to be included in src/lib.rs. Is this intentional?

xacrimon commented 2 years ago

@VictorKoenders Ah dang, it's a leftover I somehow missed, I'll be ripping it out shortly.