stackhpc / reductionist-rs

S3 Active Storage server
Apache License 2.0
3 stars 0 forks source link

Offload blocking operations #23

Open markgoddard opened 1 year ago

markgoddard commented 1 year ago

Consider using Rayon.

markgoddard commented 1 year ago

Or https://thenewstack.io/using-rustlangs-async-tokio-runtime-for-cpu-bound-tasks/