Does WordPress perform better with curl installed?

WordPress will use curl if available and it is first transport choice, that is preferable to other supported methods of performing HTTP requests.

There is plenty written on merits of using curl and that’s not really specific to WordPress. From the top of my head I’ve read Requiring cURL in Your PHP Library recently.