Skip to content

Improve performance by using global imports#38

Merged
clue merged 1 commit intoclue:masterfrom
clue-labs:global-namespace
Oct 2, 2020
Merged

Improve performance by using global imports#38
clue merged 1 commit intoclue:masterfrom
clue-labs:global-namespace

Conversation

@clue
Copy link
Owner

@clue clue commented Oct 2, 2020

This changeset improves performance by using global imports.
This has a noticeable performance impact because global imports require
less opcodes than first checking the local namespace. This optimization
only affects a number of functions, but the change has been applied to
all function calls and global references for consistency reasons.

This has a noticeable performance impact because global imports require
less opcodes than first checking the local namespace. This optimization
only affects a number of functions, but the change has been applied to
all function calls and global references for consistency reasons.
@clue clue added new feature New feature or request easy pick Good for newcomers labels Oct 2, 2020
@clue clue added this to the v1.5.0 milestone Oct 2, 2020
@clue clue merged commit 0f21b8e into clue:master Oct 2, 2020
@clue clue deleted the global-namespace branch October 2, 2020 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

easy pick Good for newcomers new feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant