JuliaServices / CloudStore.jl

A simple, consistent, and performant API for interacting with common cloud storage abstractions
Other
16 stars 8 forks source link

Add prefetching of next chunk to IOObject readbytes! #21

Closed quinnj closed 2 years ago

quinnj commented 2 years ago

cc: @Drvi

Drvi commented 2 years ago

Thanks Jacob! I did review it and it seemed like a good solution. I was wondering if we could avoid creating a new task for each chunk, but that might get complicated... this seems like a fine solution for now.