Closed oleksii-leonov closed 6 months ago
ffi 1.16+ (CRuby 3.1+) have support for Ractors (https://github.com/ffi/ffi/wiki/Ractors).
ffi
With Ractors, we could open and make operations with datasets in parallel. This is very useful when we need to open/read datasets via a network (vsis3, vsicurl, etc).
vsis3
vsicurl
ffi
1.16+ (CRuby 3.1+) have support for Ractors (https://github.com/ffi/ffi/wiki/Ractors).With Ractors, we could open and make operations with datasets in parallel. This is very useful when we need to open/read datasets via a network (
vsis3
,vsicurl
, etc).