Libraries tagged by probabilistic
maxwilms/bloom-filter
14418 Downloads
Bloom filter - a space-efficient probabilistic data structure for PHP 5.4+
andydefer/algo-kit
1238 Downloads
Algo KIT - Probabilistic data structures and algorithms for large-scale data processing in PHP
antikirra/probability
3373 Downloads
Lightweight PHP micro-library for probabilistic and deterministic code execution — feature flags, A/B testing, gradual rollouts and sampling.
denismitr/laravel-bloom
146 Downloads
Bloom filter implementation for Laravel based on Redis
averias/phpredis-bloom
3417 Downloads
PHP client for RedisBloom module using phpredis extension
andydefer/algokit
30 Downloads
Algo KIT - Probabilistic data structures and algorithms for large-scale data processing in PHP
pouya1364/probabilistic-php
2 Downloads
Pure-PHP probabilistic data structures: Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog. Zero dependencies.
pouya1364/probabilistic-laravel
0 Downloads
Laravel package integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog via the service container and a Facade.
pouya1364/probabilistic-bundle
0 Downloads
Symfony bundle integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog as configured services.
iperamuna/laravel-redis-bloom
1 Downloads
RedisBloom wrapper with auto-rotation, diagnostics, and metrics for Laravel
hichxm/hyperloglog
35 Downloads
A PHP implementation of the HyperLogLog algorithm.
ganglio/pds
32 Downloads
Probabilistic Data Structures to efficiently analyze and mine big datasets
tonix-tuft/gloom
3 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
jundayw/laravel-bm25
8 Downloads
bm25 is an algorithm used to evaluate the correlation between search terms and documents. It is an algorithm based on a probabilistic retrieval model.
doppar/bloom
6 Downloads
Doppar Bloom is a high-performance package for probabilistic set membership testing, providing Bloom filter implementations with hashing algorithms