futokb/native/src
satok 16379df633 Use priority queue for native string buffer
+1 2
-6 2

Performance

before

==== test finished, terminate logcat =====
(0)  100.34 (0.26%)
(1)  37149.26 (95.30%)
(2)  8.43 (0.02%)
(3)  11.18 (0.03%)
(4)  9.92 (0.03%)
(5)  1330.60 (3.41%)
(6)  250.46 (0.64%)
(20) 12.41 (0.03%)
Total 38982.50 (sum of others 38872.59)

after

==== test finished, terminate logcat =====
(0)  97.65 (0.26%)
(1)  35427.43 (95.32%)
(2)  10.30 (0.03%)
(3)  8.95 (0.02%)
(4)  11.01 (0.03%)
(5)  1224.67 (3.30%)
(6)  243.76 (0.66%)
(20) 40.91 (0.11%)
Total 37167.04 (sum of others 37064.68)

Change-Id: Id4d3b88a9cdef765affc52973aeac951ecc6a8ca
2011-12-13 16:32:52 +09:00
..
basechars.cpp Reorganize char_utils.h and basechars.h 2011-11-11 19:44:08 +09:00
bigram_dictionary.cpp Add bigram lookup implementation. 2011-08-02 18:05:59 +09:00
bigram_dictionary.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
binary_format.h Add bigram lookup implementation. 2011-08-02 18:05:59 +09:00
char_utils.cpp Get rid of code taken from bionic to avoid license issue. 2010-04-23 01:24:09 +09:00
char_utils.h Reorganize char_utils.h and basechars.h 2011-11-11 19:44:08 +09:00
correction_state.h Calibrate the scores of the proximity chars according to the distances. 2011-10-11 15:28:32 +09:00
correction.cpp am 620b1faf: Merge "Fix the touch calibration bug" into ics-mr1 2011-11-17 11:46:27 -08:00
correction.h Calculate edit distances incrementally. 2011-10-14 14:29:28 +09:00
debug.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
defines.h Use priority queue for native string buffer 2011-12-13 16:32:52 +09:00
dictionary.cpp Add bigram lookup implementation. 2011-08-02 18:05:59 +09:00
dictionary.h Reorganize char_utils.h and basechars.h 2011-11-11 19:44:08 +09:00
proximity_info.cpp Reorganize char_utils.h and basechars.h 2011-11-11 19:44:08 +09:00
proximity_info.h Remove NULL from native/src 2011-10-28 17:02:09 +09:00
unigram_dictionary.cpp Use priority queue for native string buffer 2011-12-13 16:32:52 +09:00
unigram_dictionary.h Use priority queue for native string buffer 2011-12-13 16:32:52 +09:00
words_priority_queue.h Use priority queue for native string buffer 2011-12-13 16:32:52 +09:00