You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a bounce buffer to avoid many small memory copies to device. Libcurl has a maximum chunk size of 16kb (`CURL_MAX_WRITE_SIZE`) but chunks are often much smaller.
For now, the bounce buffer isn't double buffered, let's defer that to later: #520
Authors:
- Mads R. B. Kristensen (https://github.com/madsbk)
Approvers:
- Lawrence Mitchell (https://github.com/wence-)
URL: #519
madsbk
changed the title
Double buffed bounce buffer
Double buffered bounce buffer
Nov 7, 2024
We should investigate the performance benefit of implementing double buffering when using bounce buffers in POSIX and Remote IO.
Additionally, we should unify the implementation of the bounce buffer in POSIX IO and in Remote IO.
The text was updated successfully, but these errors were encountered: