Perf improvements in Current MDS code #2672
saurabh500
started this conversation in
General
Replies: 2 comments 2 replies
-
cc @Wraith2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
The write string tries to write to the output buffer directly if there is space available. This means that we will always allocate a buffer if the size of outgoing string is > packet size. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting this thread to point out some areas where we can benefit from perf improvement.
I will start a comment for every code spot, and we can discuss on those threads individually.
Beta Was this translation helpful? Give feedback.
All reactions