PHPackages                             zqhong/bloom-filter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. zqhong/bloom-filter

ActiveLibrary

zqhong/bloom-filter
===================

Implementation of bloom filter

v1.0.0(6y ago)07PHPPHP ~7.0

Since Jun 25Pushed 6y agoCompare

[ Source](https://github.com/zqhong/bloom-filter)[ Packagist](https://packagist.org/packages/zqhong/bloom-filter)[ RSS](/packages/zqhong-bloom-filter/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PHP Bloom Filter
================

[](#php-bloom-filter)

A Bloom filter is a space-efficient probabilistic data structure, conceived by Burton Howard Bloom in 1970, that is used to test whether an element is a member of a set (False positive matches are possible, but false negatives are not).

```
