AmineDiro

Results 12 comments of AmineDiro

Hi there, `rayon` has a [`with_max_len`](https://docs.rs/rayon/latest/rayon/iter/trait.IndexedParallelIterator.html#method.with_max_len) that configures tha max length of iterators desired to process in each rayon job, this could be helpful to reduce the amount of communication...

> I don't expect any performance difference, but I'm curious — how does RAYON_NUM_THREADS=0 perform? I initially opened (and quickly closed 😅 ) a PR thinking I had fixed the...