nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

`left-right` and `evmap` #7

Closed jimvdl closed 1 year ago

jimvdl commented 1 year ago

Added left-right under "Primitives -- Concurrent" and added evmap under "Concurrency -- Concurrent HashMap".

djc commented 1 year ago

For neither of these it's obvious to me that these should appear here... The use cases seem to be somewhat niche (particularly for left-right), and these particular crates aren't all that popular. For example, dashmap is another concurrent hashmap, which has 3.3M recent downloads vs evmap's 24k.

jimvdl commented 1 year ago

Fair points, they are somewhat niche. I still feel like they hold some kind of place on this list though but I'll close this anyway.