kanidm / concread

Concurrently Readable Data Structures for Rust
Mozilla Public License 2.0
343 stars 15 forks source link

Unnecessary dependencies #58

Closed g2p closed 3 years ago

g2p commented 3 years ago

I noticed the num dependency was outdated, and while trying to tighten it (replacing it with num-traits), found out that the entire maple_tree hierarchy could be removed.

Removing unneeded dependencies is good for build times, so please consider removing the dead code or at least the dependency.