Open
Description
In a prior issue, I was asking about using a system zlib, or boost::iostreams when the motivating example was CVE tracking.
I'm working on a piece of code now that consumes a really large amount of compressed websocket messages, and spends a large amount of run time decompressing them in beast's zlib implementation according to perf
.
This piece of code is performance sensitive, and I'd like to try using zlib-ng or Cloudflare's fork to see about speeding that up.
Is there any way to make a websocket connect with permessage deflate and then let the user supply the implementation?
Metadata
Metadata
Assignees
Labels
No labels