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
websocket is a minimal and idiomatic WebSocket library for Go.
7
6
@@ -110,8 +109,7 @@ Advantages of nhooyr.io/websocket:
110
109
- Gorilla's implementation is slower and uses [unsafe](https://golang.org/pkg/unsafe/).
111
110
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
112
111
- Gorilla only supports no context takeover mode
113
-
- Uses [klauspost/compress](https://github.com/klauspost/compress) for optimized compression
114
-
- See [gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203)
112
+
- We use [klauspost/compress](https://github.com/klauspost/compress) for much lower memory usage ([gorilla/websocket#203](https://github.com/gorilla/websocket/issues/203))
0 commit comments