downstream provides efficient, constant-space algorithms for stream curation, including deduplication, filtering, and counting. Current version 1.22.0 supports Python >=3.10. Releases are regular, with breaking changes documented in changelog.
pip install downstreamNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Bloom filter, add an item, and test membership.
Use keyword arguments: BloomFilter(capacity=..., error_rate=...)
Use CountingBloomFilter if deletion is needed.
Import utilities directly from downstream: e.g. from downstream import hash_functions
No dependency data recorded yet.