summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorpzhang <pzhang@mozilla.com>2013-07-31 10:32:44 +0800
committerpzhang <pzhang@mozilla.com>2013-07-31 10:32:44 +0800
commitad2bd9af8354849c88254dc01f20fd96549a796f (patch)
treeba88e996f6d37966f9bf3a2fc027a3471e7cc3a7 /AUTHORS
parent61526bc8b6eca8950e34616fc9cad2212c18abe6 (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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ea4c8f0b..6e28d590 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>