DLLs are mapped into each application's memory space, so unless you are contemplating something unusual (like the /DELAYLOAD switch), I can't think of any reason that it might be slower.
Note that Winsock is itself a DLL, and is mapped into the application's memory space when the application calls WSAStartup().
Bookmarks