21 May
2014
21 May
'14
3:34 a.m.
On Mon, May 19, 2014 at 2:16 PM, Bruno Jesus <00cpxxx(a)gmail.com> wrote:
send() will ever use a single wsabuffer structure and most common applications use of WSASend() will also send a single buffer. Saves over 6 thousand calls to HeapAlloc in make test.
In (very non-scientific) timing runs, these two patches reduced valgrind test time by ~20% (5 vs 4 minutes), thanks! -- -Austin