Vukasin Milovanovic
Vukasin Milovanovic
## Description Adds reader and writer for a format based on `cudf::pack` and `cudf::unpack`. The format does not encode or compress data. The reader is zero-copy when the packed data...
There are IO implementations that can optimize reading of multiple, scattered, ranges. Some example are io_uring and multihandle libcurl APIs. Currently kvikIO can only benefit from these within large reads...
Explore using [libcurl's multi-handle interface](https://curl.se/libcurl/c/libcurl-multi.html) 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...