dime_socket_t send/recv optimizations #5
Labels
low priority
Other things should be worked on first
optimization
Improvements to code quality or efficiency
server
Relates to the server code
A few things:
send
/recv
are allocated dynamically. A static byte array might make more sense if we can ensure a single-threaded, non-reentrant servermemcpy
and read directly from the buffer if the contents therein are contiguousThe text was updated successfully, but these errors were encountered: