Download the PHP package verdient/bloom-filter without Composer
On this page you can find all versions of the php package verdient/bloom-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download verdient/bloom-filter
More information about verdient/bloom-filter
Files in verdient/bloom-filter
Download verdient/bloom-filter
More information about verdient/bloom-filter
Files in verdient/bloom-filter
Vendor verdient
Package bloom-filter
Short Description Bloom filter for PHP
License MIT
Homepage https://github.com/Verdient/bloom-filter
Package bloom-filter
Short Description Bloom filter for PHP
License MIT
Homepage https://github.com/Verdient/bloom-filter
Please rate this library. Is it a good library?
Informations about the package bloom-filter
Bloom Filter
布隆过滤器
安装
composer require verdient/bloom-filter
创建新的过滤器
添加元素
判断元素是否在集合内
如果result为true
,则元素可能
在集合内,否则元素一定
不在集合内
判断元素总数
如果autoReset设置为true
,总数也会随着重置而重置为0
手动重置过滤器
All versions of bloom-filter with dependencies
PHP Build Version
Package Version
The package verdient/bloom-filter contains the following files
Loading the files please wait ....