rsimmonsjr / axiom

Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184 stars 21 forks source link

Update DashMap #131

Open khionu opened 4 years ago

khionu commented 4 years ago

The latest version of Dashmap imports less by default and it shows in the compile time. However, there's currently an issue in their codebase that's causing a panic.

Tracking here: https://github.com/xacrimon/dashmap/issues/2

khionu commented 4 years ago

https://github.com/xacrimon/dashmap/issues/2 is solved, but now we have https://github.com/xacrimon/dashmap/issues/4