opendal icon indicating copy to clipboard operation
opendal copied to clipboard

RFC-4382: Range Based Read

Open Xuanwo opened this issue 3 months ago • 2 comments

Xuanwo avatar Mar 20 '24 11:03 Xuanwo

Can we add the vectored methods like futures api? This will allow also enabling that capability, or do you want to take it as separate trait to implement like ReadVectored?

vertexclique avatar Mar 20 '24 12:03 vertexclique

Can we add the vectored methods like futures api?

Incorporate vectorized methods, yes. However, it's unlikely for the futures API to be included as is. The existing futures API doesn't effectively support completion-based IO.

It's possile for us to add a read_at_vectored method.

Xuanwo avatar Mar 21 '24 02:03 Xuanwo