Bloom filter
常見例句
- Furthermore, a mechanism of two-dimensional hash indexing with Bloom Filter is designed to improve searching and retrieving by reducing disk I/O.
在日志分析過程中對日志文件建立二維哈希索引,利用布隆過濾器減少磁盤I/O次數(shù),提高了分析效率。
d.wanfangdata.com.cn - Concerning the inefficient problem of traditional signature-based virus filtering algorithm in practice, a novel virus filtering algorithm based on Matrix Bloom Filter (MBF) was proposed.
針對傳統(tǒng)的基于特征碼的病毒過濾算法在實(shí)際運(yùn)行中存在的效率問題,提出了一種基于矩陣型布魯姆過濾器(MBF)的病毒過濾算法。 - Using a bloom filter in memory to check if the string is not present could be a solution, but I still have to check the disk sometime (false positive) and I would like to know different solution.
利用布魯姆過濾器的內(nèi)存檢查如果字符串不可能是一種解決方案,但我還得檢查磁盤的某個時候(假陽性),我想知道不同的解決方案。 返回 Bloom filter