Expand description
Parallel for each and map using tokio tasks.
This avoid the problem of sleeping threads with mimalloc when using rayon in combination with tokio. It also avoid having multiple thread pools. see also https://pwy.io/posts/mimalloc-cigarette/