There are two Rust things I'd really like to dive into next: - Understanding how to and then writing a `concurrent_map(limit, closure)` adaptor, and - understanding how it works and then contributing to rust-analyzer
-
-
Yes, but that was not obvious from the tweet :) I want to have a way to speed up a slow map op (say, parse a file) by doing it in parallel and buffering its results, to then return *a regular iterator* and yield *in the original order* (yes, this is a very specific requirement)
-
Wait, does a rayon slice.par_iter().map(...) not return the elements in order?
- 9 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.