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

Optimize PriorityQueue.js #100

Merged
merged 1 commit into from
Aug 14, 2015
Merged

Optimize PriorityQueue.js #100

merged 1 commit into from
Aug 14, 2015

Conversation

CAFxX
Copy link

@CAFxX CAFxX commented Aug 14, 2015

update shows up as the hottest function in the chrome profiler.
Avoid pointlessly serializing over-and-over the same values: this also helps the JIT because the shape of the objects does not change as often.

update shows up as the hottest function in the chrome profiler.
Avoid pointlessly serializing over-and-over the same values: this also helps the JIT because the shape of the objects does not change as often.
@aphyr
Copy link
Collaborator

aphyr commented Aug 14, 2015

Oh goodness, thank you. Long overdue.

aphyr added a commit that referenced this pull request Aug 14, 2015
Optimize PriorityQueue.js
@aphyr aphyr merged commit c031516 into riemann:master Aug 14, 2015
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.

2 participants