An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.0% on proxy.golang.org
Top 6.1% forks on proxy.golang.org

proxy.golang.org : github.com/dgryski/go-bloomf

Package bloomf implements a simple Bloom Filter for byte slices. A Bloom Filter is a probabilistic data structure which allows testing set membership. A negative answer means the value is not in the set. A positive answer means the element is probably is the set. The desired rate false positives can be set at filter construction time. Copyright (c) 2015 Damian Gryski <[email protected]> Licensed under the MIT License.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/dgryski/go-bloomf
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Namespace: github.com/dgryski
Stars: 11 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/dgryski
Last synced: about 2 months ago

    Loading...
    Readme
    Loading...