We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a61167 + 40f619c commit 3e3c879Copy full SHA for 3e3c879
README.md
@@ -125,8 +125,8 @@ it has to reinvent hooks for TLS and proxies and prevents support of HTTP/2.
125
Some more advantages of nhooyr/websocket are that it supports concurrent writes and makes it
126
very easy to close the connection with a status code and reason.
127
128
-In terms of performance, there is no significant difference between the two. Will update
129
-with benchmarks soon ([#75](https://github.com/nhooyr/websocket/issues/75)).
+In terms of performance, the only difference is nhooyr/websocket is forced to use one extra
+goroutine to provide native context support. Otherwise, they should perform identically.
130
131
### x/net/websocket
132
0 commit comments