Thanks for your investigation,

But yes it's a key element in my project as I have to sort/filter/groups 
thousand of elements recursively I haven't find a better way to make a 
multi level group by yet and the process is taking up to 2s on a very 
powerful computer.
The main issue is not a sorting a huge array, but sorting hundreds of 
medium/small one (as the process is recursive, it's start big, then it get 
smaller and smaller). As the function is called hundreds of time any 
overload might just increase the process time. I'll try to find a way to 
improve my process which might currently not be the most optimized one, but 
I think I'll try to find an existing component specially designed for 
sorting/filtering in order to reduce the angular specific extra code of 
this function.

Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to