diff options
author | pzhang <pzhang@mozilla.com> | 2013-07-31 10:32:44 +0800 |
---|---|---|
committer | pzhang <pzhang@mozilla.com> | 2013-07-31 10:32:44 +0800 |
commit | ad2bd9af8354849c88254dc01f20fd96549a796f (patch) | |
tree | ba88e996f6d37966f9bf3a2fc027a3471e7cc3a7 /AUTHORS | |
parent | 61526bc8b6eca8950e34616fc9cad2212c18abe6 (diff) |
Reduce call chain of qsort
This will considerably improve the performance of qsort-heavily-used projects
like Android-Pinyin-IME, more discussion:
https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4
https://github.com/kripken/emscripten/pull/1437
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,4 +90,5 @@ a license to everyone to use it as detailed in LICENSE.) * Soeren Balko <soeren.balko@gmail.com> * Ryan Kelly (ryan@rfk.id.au) * Michael Lelli <toadking@toadking.com> +* Pin Zhang <zhangpin04@gmail.com> |