akasamq / akasa

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

perf: improve route/retain table performance #6

Closed TheWaWaR closed 8 months ago

TheWaWaR commented 8 months ago

Improve route/retain table performance by replace DashMap with RwLock<hashbrown::HashMap>>.