Gzp: v0.3.0 now with support for parallel compression with Snappy

Question for those passing by, I'm currently using tokio as my multi-threaded executor since it has spawn_blocking which claims to be optimal for cpu intensive work, which this is. Has anyone found other executors to be substantially more performant that are futures compatible?

This and the executor in the futures crate are the two other main contenders that I am aware of.

1 Like

Note to future self: Why shouldn't I use Tokio for my High-CPU workloads? - #7 by JohnAustin

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.