GreenExp_R icon indicating copy to clipboard operation
GreenExp_R copied to clipboard

Performance assumption for multicore operation

Open mrd opened this issue 1 year ago • 0 comments

https://github.com/Spatial-Data-Science-and-GEO-AI-Lab/GreenExp_R/blob/7a52a5d6615088e50a4ba11ee25524cadab8b46d/R/vgvi_from_address.R#L386

This seems to assume that there is a 1:1 inverse proportional correlation between number of 'cores' used for processing and running time. But that is not something you can assume, it would only be the case if the task was perfectly parallelisable and there were no other issues (e.g. contention on the bus).

mrd avatar Aug 02 '23 14:08 mrd