faye / websocket-driver-ruby

WebSocket protocol handler with pluggable I/O
Other
223 stars 43 forks source link

Driver::Hybi: Optimizations #80

Closed paddor closed 3 years ago

paddor commented 3 years ago

A LOT of unnecessary unpacking and repacking of Strings (payload) is done in Driver::Hybi. These commits avoid the worst of it.

This solves #79.

paddor commented 3 years ago

@jcoglan Please review and merge. Thank you.

paddor commented 3 years ago

Closing in favor of the optimise-encoding branch.