websocket icon indicating copy to clipboard operation
websocket copied to clipboard

Replace flate with the flate pool from fasthttp

Open mertakman opened this issue 3 years ago • 1 comments

Fast HTTP is using well-optimized https://github.com/klauspost/compress library for compression. I think we can change it in here too, with that way we can get very nice performance and resource optimization for websocket connections with compression.

mertakman avatar Jan 04 '22 10:01 mertakman

Hi @mertakman,

Sorry for delayed answer!

Could you make a PR please?

savsgio avatar Feb 21 '22 10:02 savsgio

Hi @mertakman,

Changed the library in v1.5.1-rc.9.

Thanks for your suggest!

savsgio avatar Nov 24 '22 22:11 savsgio