[ 原始碼: python-flor ]
套件:python3-flor(1.1.3-2)
efficient Bloom filter library (Python3 version)
Flor implements a Bloom filter class. A Bloom filter has a capacity (n) and a false positive probability (p) that gives the probability that a filter filled to capacity (i.e. with (n) distinct values inserted) will return True for an element that is not in the filter.
This package contains the Python 3 version of the library.
其他與 python3-flor 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)