]> git.gir.st - VimFx.git/commit
Remove bloomfilter
authorSimon Lydell <simon.lydell@gmail.com>
Fri, 23 Jan 2015 20:21:52 +0000 (21:21 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Fri, 23 Jan 2015 22:43:22 +0000 (23:43 +0100)
commite97119ae720b3028499b65833066cd048e3b0257
tree748561bb8f0c3676b0eb916ce0a3998e0b83624f
parent0165742129edd4cb57dfd6574be314cc7a758c3a
Remove bloomfilter

The bloomfilter can run out of space, and actually does so pretty quickly:
See #176. When it is full it is not of any help anymore. All it does then is
unconditionally giving better hints to `<a>` elements. But since commit 01657421
that is done in a better way.

In summary, the bloomfilter is not useful anymore.
19 files changed:
extension/defaults/preferences/defaults.js
extension/lib/mode-hints/bloomfilter.coffee [deleted file]
extension/lib/mode-hints/hints.coffee
extension/lib/mode-hints/marker.coffee
extension/lib/mode-hints/mode-hints.coffee
extension/locale/de/options.dtd
extension/locale/el-GR/options.dtd
extension/locale/en-US/options.dtd
extension/locale/hu/options.dtd
extension/locale/id/options.dtd
extension/locale/it/options.dtd
extension/locale/ja/options.dtd
extension/locale/nl/options.dtd
extension/locale/pl/options.dtd
extension/locale/ru/options.dtd
extension/locale/sv-SE/options.dtd
extension/locale/zh-CN/options.dtd
extension/locale/zh-TW/options.dtd
extension/options.xul
Imprint / Impressum