Did some test on common rust thread pool libraries
โ Rust ๐ 2026-07-17 ๐ค surdeus ๐๏ธ 2Very interesting outcome.
Repository for the result and test source code: GitHub - newDINO/rust-thread-pool-compare: Some tests on common rust thread pool libraries ยท GitHub
It turns out chili, used with par-core and par-iter may be the best solution for parallel computation.
1 post - 1 participant
๐ท๏ธ Rust_feed