exactextract icon indicating copy to clipboard operation
exactextract copied to clipboard

Add multithreading capabilities

Open dbaston opened this issue 1 year ago • 2 comments

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.

dbaston avatar May 24 '24 14:05 dbaston