Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache first row and column of pixels from neighbors. #32

Merged
merged 2 commits into from
May 16, 2024
Merged

Conversation

akirmse
Copy link
Owner

@akirmse akirmse commented Apr 2, 2024

In a large prominence run, this can remove the need for 3/4 of the disk reads.

Also iterate east to west to get more cache hits, as we read our eastern neighbor for pixels.

akirmse added 2 commits April 2, 2024 13:52
In a large prominence run, this can remove the need for 3/4
of the disk reads.

Also iterate east to west to get more cache hits, as we
read our eastern neighbor for pixels.
@akirmse akirmse merged commit 2938ad0 into master May 16, 2024
2 checks passed
@akirmse akirmse deleted the neighbors branch May 16, 2024 14:05
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.

1 participant