[Issue 13159] std.socket.getAddress allocates once per DNS lookup hit

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 29 14:21:59 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=13159

--- Comment #5 from Vladimir Panteleev <thecybershadow at gmail.com> ---
The getAddress patch is fine. The getAddressInfo patch seems pointless to me,
it does not preallocate any memory (but could be made to if the linked list is
traversed twice).

--


More information about the Digitalmars-d-bugs mailing list