aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/NativeFileList.mk
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-04-09 16:18:23 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-04-09 16:18:23 +0900
commit2fd0bf9a37b510e1a79dd8c43ed6f6d5919dc376 (patch)
treee467bc2dc6ce6a46905bf169e60004852364e4f7 /native/jni/NativeFileList.mk
parent113523d22db3b183203abe475baebbc6ad0c486c (diff)
downloadlatinime-2fd0bf9a37b510e1a79dd8c43ed6f6d5919dc376.tar.gz
latinime-2fd0bf9a37b510e1a79dd8c43ed6f6d5919dc376.tar.xz
latinime-2fd0bf9a37b510e1a79dd8c43ed6f6d5919dc376.zip
Use bitset for BloomFilter.
Before: (0) 660.00 (1.43%) (1) 45320.00 (98.18%) (2) 80.00 (0.17%) Total 46160.00 (sum of others 46060.00) After: (0) 620.00 (1.34%) (1) 45310.00 (98.05%) (2) 130.00 (0.28%) Total 46210.00 (sum of others 46060.00) Change-Id: I936b639c50e15208aee999a929b33983c6caa59d
Diffstat (limited to 'native/jni/NativeFileList.mk')
-rw-r--r--native/jni/NativeFileList.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/native/jni/NativeFileList.mk b/native/jni/NativeFileList.mk
index 3da9d5632..23b037701 100644
--- a/native/jni/NativeFileList.mk
+++ b/native/jni/NativeFileList.mk
@@ -27,7 +27,6 @@ LATIN_IME_CORE_SRC_FILES := \
dic_nodes_cache.cpp) \
$(addprefix suggest/core/dictionary/, \
bigram_dictionary.cpp \
- bloom_filter.cpp \
dictionary.cpp \
digraph_utils.cpp \
error_type_utils.cpp \