Skip to content

Conversation

@phargogh
Copy link
Member

@phargogh phargogh commented Oct 11, 2024

Reading pixel values during the convolution worker's execution allows us a bit of a speedup. On a ~3GB signal raster with a 200px-by-200px kernel raster, I'm seeing speedups of about 10%. There remain interesting opportunities for us to optimize further by more carefully considering spatial locality in scheduling of blocks for the worker.

Fixes #373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Would an LRUCache add anything to convolve_2d?

1 participant