kvikio icon indicating copy to clipboard operation
kvikio copied to clipboard

Improve libcurl use to improve performance with lower thread count

Open vuule opened this issue 7 months ago • 0 comments

Explore using libcurl's multi-handle interface to reduce the CPU utilization when reading remote files.

Not yet clear if we can simply batch slices into a single request, or if multiple read calls from the queue should be grouped into a single multi-handle call.

vuule avatar Jul 28 '25 20:07 vuule