Skip to content

Commit 40f619c

Browse files
committed
Have more honest performance comparison in README.md
Closes #75
1 parent 4a61167 commit 40f619c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ it has to reinvent hooks for TLS and proxies and prevents support of HTTP/2.
125125
Some more advantages of nhooyr/websocket are that it supports concurrent writes and makes it
126126
very easy to close the connection with a status code and reason.
127127

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)).
128+
In terms of performance, the only difference is nhooyr/websocket is forced to use one extra
129+
goroutine to provide native context support. Otherwise, they should perform identically.
130130

131131
### x/net/websocket
132132

0 commit comments

Comments
 (0)