You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,8 @@ Advantages of nhooyr.io/websocket:
118
118
- Gorilla requires registering a pong callback before sending a Ping
119
119
- Can target Wasm ([gorilla/websocket#432](https://github.com/gorilla/websocket/issues/432))
120
120
- Transparent message buffer reuse with [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) subpackage
121
-
-[3x](https://github.com/nhooyr/websocket/pull/326) faster WebSocket masking implementation in assembly for amd64 and arm64 and [2x](https://github.com/nhooyr/websocket/releases/tag/v1.7.4) faster implementation in pure Go
121
+
-[4x](https://github.com/nhooyr/websocket/pull/326) faster WebSocket masking implementation in assembly for amd64 and arm64 and [2x](https://github.com/nhooyr/websocket/releases/tag/v1.7.4) faster implementation in pure Go
122
122
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
123
-
Soon we'll have assembly and be 3x faster [#326](https://github.com/nhooyr/websocket/pull/326)
124
123
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
125
124
- Gorilla only supports no context takeover mode
126
125
-[CloseRead](https://pkg.go.dev/nhooyr.io/websocket#Conn.CloseRead) helper for write only connections ([gorilla/websocket#492](https://github.com/gorilla/websocket/issues/492))
0 commit comments