The Wayback Machine - https://web.archive.org/web/20220514082339/https://github.com/topics/curl-library
Skip to content
#

curl-library

Here are 83 public repositories matching this topic...

gregyjames
gregyjames commented Nov 7, 2019

The write function for download currently downloads each part to a temporary file on the disk and then joins them to create the final file. However, it would be much more efficient to do this in memory. I.E writing to a object instead of a file. We would then join all these chunks to create the final file.

An example of this in C can be seen [here](https://curl.haxx.se/libcurl/c/getinmemory.htm

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the curl-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the curl-library topic, visit your repo's landing page and select "manage topics."

Learn more