History log of /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2fd0bf9a37b510e1a79dd8c43ed6f6d5919dc376 09-Apr-2014 Keisuke Kuroyanagi <ksk@google.com> 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
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h
cafab169cdb21244c82b99c09983c98066113d87 06-Apr-2014 Ken Wakasa <kwakasa@google.com> s/stdint.h/cstdint/

Somehow, we were not able to use cstdint gcc target build. That's no
longer the case with Clang.

Removed unnecessary header inclusions too.

Change-Id: Ic83a4adf696f1d5ec7a9809253f3c95804e622e1
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h
68902462591dcc25b9ff56e4d51d4a54a9ccacfa 13-Feb-2014 Keisuke Kuroyanagi <ksk@google.com> Fix reading uninitialized memory in BloomFilter.

Bug: 12967899

Change-Id: I180b9d728c887c480b6d956bbc4599079c1c359f
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h
2fa3693c264a4c150ac307d9bb7f6f8f18cc4ffc 13-Dec-2013 Ken Wakasa <kwakasa@google.com> Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c

The bulk merge from -bayo to klp-dev should not have been merged to master.

Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h
1ff81e889045d35ff8420b266398e73239bd15c9 14-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Use bloom filter in multi bigram map.

Evaluated with previous word "this".
without bloom filter (use only hash_map):
Total 147792.34 (sum of others 147771.57)
with bloom filter:
Total 145900.64 (sum of others 145874.30)
always read binary dictionary:
Total 148603.14 (sum of others 148579.90)

Bug: 8592527
Change-Id: I821dc39454543826adb73b9eeeef6408fad8ae28
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h
a65c267b1f1207e54c6f821148c600e3899b7f9c 30-May-2013 Ken Wakasa <kwakasa@google.com> Move some dictionary related implementations to the dictionary directory

Change-Id: I6fe71a540ad91ca46755be234abc8894242e2413
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/bloom_filter.h