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次数,提高了分析效率。
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.
针对传统的基于特征码的病毒过滤算法在实际运行中存在的效率问题,提出了一种基于矩阵型布鲁姆过滤器(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.
利用布鲁姆过滤器的内存检查如果字符串不可能是一种解决方案,但我还得检查磁盘的某个时候(假阳性),我想知道不同的解决方案。 返回 Bloom filter