PHPackages                             igoreus/bloomfilter - 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. igoreus/bloomfilter

ActiveLibrary

igoreus/bloomfilter
===================

Implementation of bloom filter

v0.1.1(9y ago)89.2k2PHP

Since Oct 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/igoreus/bloomfilter)[ Packagist](https://packagist.org/packages/igoreus/bloomfilter)[ RSS](/packages/igoreus-bloomfilter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)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).

```
