Hacker News new | past | comments | ask | show | jobs | submit login
Curl Goez Parallel (haxx.se)
15 points by sandebert on July 23, 2019 | hide | past | favorite | 3 comments



The curl project continues to be a fantastically run project

- It has stayed focused on one problem area, and only providing enough functionality to solve that set of problems (fancy way of saying it hasn't bloated)

- It is well documented and new features are well communicated

- When it does add features, the maintainers are features slowly and focus on quality. This is also in part because curl is such a fundamental tool that a lot of other software that relies on it would break if it wasn't rock solid

Just check out the length of the PR for this "simple" change of making the functionality parallel: https://github.com/curl/curl/commit/b88940850002a3f1c25bc648...


This seems like an incredibly useful feature, and until I read this, I assumed that cURL already did parallel transfers.


How was this done before, GNU parallel + curl?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: