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

Misc optimizations for everything #6300

Merged
merged 8 commits into from
Feb 12, 2018
Merged

Misc optimizations for everything #6300

merged 8 commits into from
Feb 12, 2018

Conversation

nyalldawson
Copy link
Collaborator

Looking into https://issues.qgis.org/issues/17809, this is all I've been able to identify with the profilers at hand. None had particularly significant impacts on the rendering speed though. (Overall around ~ 5-10% improvement).

else
{
lineStringX.append( x );
lineStringY.append( x );
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, Is this an error?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, good catch!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixed

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.

None yet

2 participants