Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

orderBy speed optimization #4177

Closed
agentcooper opened this issue Sep 27, 2013 · 6 comments
Closed

orderBy speed optimization #4177

agentcooper opened this issue Sep 27, 2013 · 6 comments

Comments

@agentcooper
Copy link
Contributor

I made a speed optimization to the orderBy filter utilizing the schwartzian transform.

Here is the jsPerf: http://jsperf.com/orderby-speed-optimization

And here is the diff: https://github.com/agentcooper/angular.js/commit/d20a9e65eb2a4fdf9f935636c5c278212e3d09cc (not sending a pull request yet, because tests are currently broken in master :-( Can we fix it?)

@jamesdaily
Copy link
Contributor

Tests should be unbroken now, assuming you're referring to the Firefox SauceLabs issue.

@agentcooper
Copy link
Contributor Author

@jamesdaily thanks for the information

@btford
Copy link
Contributor

btford commented Oct 4, 2013

I poked around the benchmarks too. I noticed in the original benchmark that the items are sorted. Here's one with randomized item values: http://jsperf.com/orderby-speed-optimization/2

overall, looks good!

@solidspark
Copy link

+1 for this. Optimizations of this nature are needed.

@iamsebastian
Copy link

+1. Would be a great addition.

@Narretz Narretz self-assigned this Jun 9, 2015
@Narretz
Copy link
Contributor

Narretz commented Jun 18, 2015

Fixed in 48e1f56

@Narretz Narretz closed this as completed Jun 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants