Hi, all:
I see that the executor trait is marked as async/await in method
definition. I have several questions:
1. What async/await runtime is used in benchmarking?
2. Tokio is the most popular async/await runtime, and they suggest to put
long running tasks in separate thread pool rather than using tokio runtime
directly, and you can find this here <https://docs.rs/tokio/1.11.0/tokio/>

> If your code is CPU-bound and you wish to limit the number of threads used
> to run it, you should run it on another thread pool such as rayon
> <https://docs.rs/rayon>.
>
So my second question is did you test against thread pool execution mode?

It would be highly appreciated if you can answer my question.
-- 
Renjie Liu
Software Engineer, MVAD

Reply via email to