并行 map 和 flat_map
作者:Guillaume P.
使用旧的 Rust 2015
#928 在 并发
2,811 每月下载量在 18 个 Crates 中使用 (2 直接使用)
17KB 254 行
为 rust 实现的并行 map 和 flat_map。
在 Docs.rs 上找到它
lib.rs
此 crate 提供了一种简单的方法来实现并行迭代。添加的方法的约定(几乎)与 std 中建议的带有 par_ 前缀的方法相同。
std
par_
~150KB