I'm sorting some large arrays in JavaScript and it is very slow.  Does
anyone know what sort algorithm is used by the native Array.sort() in
JavaScript, and if it might be faster to write a custom sort algorithm and
sort arrays using that?  If so, how much faster would it be than the native
algorithm?

Thanks,
Jonah


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to