Skip to content

Eliminate tile lookups in drawing code - #7971

Closed
mourner wants to merge 1 commit into
masterfrom
optimize-get-tile
Closed

Eliminate tile lookups in drawing code#7971
mourner wants to merge 1 commit into
masterfrom
optimize-get-tile

Conversation

@mourner

@mourner mourner commented Feb 28, 2019

Copy link
Copy Markdown
Member

Initially I pursuit this due to a glitch in DevTools that attributed a lot of time (10%) to getTile (this later went away), but although in practice it doesn't change performance, it seems like it's making the code slightly simpler so maybe worth merging?

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • document any changes to public APIs
  • post benchmark scores
  • manually test the debug page

@mourner
mourner requested a review from ansis February 28, 2019 18:19

@ansis ansis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Have you checked that it works correctly with wrapped tiles? It looks like it should but it might be worth confirming.

@andrewharvey

Copy link
Copy Markdown
Collaborator

Is this planned to be merged? This conflicts with #8380 and the longer the PR stays open, then later PRs will need to spend time resolving merge conflicts.

@mourner

mourner commented Oct 8, 2019

Copy link
Copy Markdown
Member Author

Let's close this as stale, not a priority to merge.

@mourner mourner closed this Oct 8, 2019
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.

3 participants