fluffysquirrels / mqtt-async-client-rs

An MQTT client written in Rust
MIT License
40 stars 16 forks source link

Improve Publish efficiency by avoid allocations. #12

Closed schungx closed 4 years ago

schungx commented 4 years ago

Changes:

Sorry, since you don't have a rustfmt.toml, it messes up your formatting a bit.

fluffysquirrels commented 4 years ago

As discussed in #11, I'm going to close this without benchmarks to show they speed things up.