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

Speed up some retiling #1471

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Speed up some retiling #1471

merged 1 commit into from
Mar 7, 2024

Conversation

manthey
Copy link
Member

@manthey manthey commented Mar 7, 2024

In one test, this reduces tiling time by about 8% when running a tile iterator on a tile that is slightly smaller than the native size (224 square rather than 240 square). Of the time reduction, some of the speed is based on non-format specific gains and some specifically on the tiff tile source; roughly 3% is the non-format specific, and 5% is tiff specific.

Note that these gains become less significant as tile size goes up.

In one test, this reduces tiling time by about 8% when running a tile
iterator on a tile that is slightly smaller than the native size (224
square rather than 240 square).  Of the time reduction, some of the
speed is based on non-format specific gains and some specifically on the
tiff tile source; roughly 3% is the non-format specific, and 5% is tiff
specific.
@manthey manthey merged commit 3a854b0 into master Mar 7, 2024
15 checks passed
@manthey manthey deleted the speed-up-retiling branch March 7, 2024 13:12
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