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
-[ ] The holy grail [#402](https://github.com/nhooyr/websocket/issues/402)
43
42
@@ -121,7 +120,7 @@ Advantages of nhooyr.io/websocket:
121
120
- Gorilla requires registering a pong callback before sending a Ping
122
121
- Can target Wasm ([gorilla/websocket#432](https://github.com/gorilla/websocket/issues/432))
123
122
- Transparent message buffer reuse with [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) subpackage
124
-
-[1.75x](https://github.com/nhooyr/websocket/releases/tag/v1.7.4) faster WebSocket masking implementation in pure Go
123
+
-[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
125
124
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
126
125
Soon we'll have assembly and be 3x faster [#326](https://github.com/nhooyr/websocket/pull/326)
127
126
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
0 commit comments