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

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/decred-next/dcrnd/gcs

Package gcs provides an API for building and using a Golomb-coded set filter. A Golomb-coded set is a probabilistic data structure used similarly to a Bloom filter. A filter uses constant-size overhead plus on average n+2 bits per item added to the filter, where 2^-n is the desired false positive (collision) probability. GCS filters are a mechanism for storing and transmitting per-block filters. The usage is intended to be the inverse of Bloom filters: a consensus-validating full node commits to a single filter for every block and serves the filter to SPV clients that match against the filter locally to determine if the block is potentially relevant. The suggested collision probability for Decred use is 2^-20.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/decred-next/dcrnd/gcs
License: ISC
Latest release: almost 6 years ago
First release: almost 7 years ago
Namespace: github.com/decred-next/dcrnd
Last synced: about 3 hours ago

    Loading...
    Readme
    Loading...