akasamq / akasa

A high performance, low latency and high extendable MQTT server(broker) in Rust
MIT License
127 stars 8 forks source link

refactor: remove glommio runtime #9

Closed TheWaWaR closed 10 months ago

TheWaWaR commented 10 months ago

Changes

Reason

As the result, in recent benchmark, glommio runtime use 50% more CPU load then tokio runtime.