Optimize the common cases
One thing I've learned working on github.com/rust-stdx/stdx (Rust's extended standard library), is that libraries often have common cases that are worth optimizing for.
评论
?
参与讨论
One thing I've learned working on github.com/rust-stdx/stdx (Rust's extended standard library), is that libraries often have common cases that are worth optimizing for.