Skip to content

Conversation

@simonborje
Copy link
Contributor

Hi, thanks for maintaining this great project!

The tokio-tungstenite library was recently updated to version 0.15 which includes some performance improvements over version 0.14. In my test setup, which uses "websocat" to send messages to the bundled example echo-server ("examples/websocket.rs"), the throughput with version 0.15 is improved from about 60 MB/s to 80MB/s with a single connection.
Using several parallel connections maxes out the network bandwidth so the total transfer time is about the same, but the CPU load on the server is consistently lower (~50% CPU idle according to "top" with tokio-tungstenite 0.15, compared to ~35% idle with version 0.14). The echo-server was run on a Raspberry Pi 4 with the standard Raspberry Pi OS.

I thought it might be worthwhile to update to this new version, unless there are other reasons for why it might not be desirable.
Please let me know what you think.

@jxs jxs merged commit 985587a into seanmonstar:master Jul 22, 2021
@jxs
Copy link
Collaborator

jxs commented Jul 22, 2021

thanks! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants