kanidm / concread

Concurrently Readable Data Structures for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary dependencies

g2p opened this issue · comments

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.