In [reddit discussion](https://www.reddit.com/r/rust/comments/1367sax/fastwebsockets_a_new_highperformance_websocket/) of new websocket crates, mentioned benchmarks results for websockets crates: ``` web-socket: 32.26691ms fastwebsockets: 38.675652ms tokio-tungstenite: 142.147423ms ``` code for benchmark [here](https://github.com/nurmohammed840/web-socket-benchmark). It is just send/receive. May be somebody would be interesting to improve not the best results for "tungstenite".