A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
Jean Chalard 1d80a7f395 Fix binary reading code performance.
This is not the Right fix ; the Right fix would be to read
the file in a buffered way. However this delivers tolerable
performance for a minimal amount of code changes.
We may want to skip submitting this patch, but keep it around
in case we need to use the functionality until we have a good
patch.

Change-Id: I1ba938f82acfd9436c3701d1078ff981afdbea60
2012-04-24 15:16:17 +09:00
dictionaries
java Fix binary reading code performance. 2012-04-24 15:16:17 +09:00
native Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
tests Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. 2012-04-22 17:48:00 -07:00
tools Fix confusable "label" usage, use "text" instead 2012-04-20 15:48:30 +09:00
Android.mk
CleanSpec.mk