You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebSocket++
Hi all,
So I am currently working on an application where I take in a message from a websocket (written in websocketpp) and parse it using simdjson. Simdjson requires input strings to have a number of bits of padding after the payload (for some internal efficiency purposes). So I was wondering if I can set the size of the read buffer anywhere, otherwise I have to copy the payload into another pre-allocated buffer (which is a bit inefficient).