tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Use uvth instead of threadpool #220

Open xacrimon opened 4 years ago

xacrimon commented 4 years ago

The threadpool crate has a lot of overhead. Consider switching to something like uvth.