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 sort plugin inserts (#1883) #1927

Merged
merged 1 commit into from
Sep 29, 2015
Merged

Conversation

akagomez
Copy link
Contributor

  • Use binary search for _getInsertIndex
  • Fix benchmarks.js
  • Add benchmark(s)
  • Add test

Notes associated with the original PR can be found here: #1895

@@ -26,7 +26,8 @@ steal("benchmark", function(){
return suite.on.apply(this, arguments)
}
};
steal().done().then(function(){

steal().then(function(){
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm pretty sure this shouldn't use .then

- Use binary search for _getInsertIndex
- Fix benchmarks.js
- Add benchmark(s)
- Add test
@daffl daffl force-pushed the sort-plugin-insert-performance branch from c2bdd0d to e290d73 Compare September 29, 2015 20:55
@daffl daffl added this to the 2.3.0 milestone Sep 29, 2015
daffl added a commit that referenced this pull request Sep 29, 2015
@daffl daffl merged commit e21464d into minor Sep 29, 2015
@daffl daffl deleted the sort-plugin-insert-performance branch September 29, 2015 21:44
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