volo
volo copied to clipboard
[multiplex] merge flush and use sharded hashmap #321
Motivation
optimize the multiplex transport
- use shared hashmap instead of Mutex<Hashmap> to reduce race
- merge the flush in the write loop
Solution
shared -> sharded?
@PureWhiteWu PTAL