commit | 1ff81e889045d35ff8420b266398e73239bd15c9 | [log] [tgz] |
---|---|---|
author | Keisuke Kuroynagi <ksk@google.com> | Fri Jun 14 20:35:41 2013 +0900 |
committer | Keisuke Kuroynagi <ksk@google.com> | Fri Jun 14 20:35:41 2013 +0900 |
tree | 6e576bd462a84209b9f94329c44b788aff464829 | |
parent | 4f19193560c2eb4ecc9111b6c6daaae83352e649 [diff] |
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