Skip to content

Commit

Permalink
Merge pull request #82 from nhooyr/gorilla-compare
Browse files Browse the repository at this point in the history
Have more honest performance comparison in README.md
  • Loading branch information
nhooyr committed May 30, 2019
2 parents 4a61167 + 40f619c commit 3e3c879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ it has to reinvent hooks for TLS and proxies and prevents support of HTTP/2.
Some more advantages of nhooyr/websocket are that it supports concurrent writes and makes it
very easy to close the connection with a status code and reason.

In terms of performance, there is no significant difference between the two. Will update
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.

### x/net/websocket

Expand Down

0 comments on commit 3e3c879

Please sign in to comment.