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-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Advantages of nhooyr.io/websocket:
120
120
- Gorilla requires registering a pong callback before sending a Ping
121
121
- Can target Wasm ([gorilla/websocket#432](https://github.com/gorilla/websocket/issues/432))
122
122
- Transparent message buffer reuse with [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) subpackage
123
-
-[3-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
123
+
-[3.5x](https://github.com/nhooyr/websocket/pull/326#issuecomment-1959470758) 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
124
124
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
125
125
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
0 commit comments