xacrimon / dashmap

Blazing fast concurrent HashMap for Rust.
MIT License
2.84k stars 140 forks source link

Implementing PartialEq for ReadOnlyView #262

Open YoshieraHuang opened 1 year ago

YoshieraHuang commented 1 year ago

138 says equility makes no sense on concurrent map. I think equility makes sense for ReadOnlyView because it is readonly.