You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Processor implementations (FeatureSequentialProcessor, RasterSequentialProcessor) could be extended to use multiple threads. (Alternatively, new Processor implementations could be added added). Some previous work was done by @shortcutman using TBB but this was before some internal API changes and the switch to C++17.
Care would need to be taken to avoid multiple threads reading from the same GDAL dataset.
The text was updated successfully, but these errors were encountered:
The current
Processor
implementations (FeatureSequentialProcessor
,RasterSequentialProcessor
) could be extended to use multiple threads. (Alternatively, newProcessor
implementations could be added added). Some previous work was done by @shortcutman using TBB but this was before some internal API changes and the switch to C++17.Care would need to be taken to avoid multiple threads reading from the same GDAL dataset.
The text was updated successfully, but these errors were encountered: