Top 0.3% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 1.9% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org
proxy.golang.org : github.com/willf/bloom
Package bloom provides data structures and methods for creating Bloom filters. A Bloom filter is a representation of a set of _n_ items, where the main requirement is to make membership queries; _i.e._, whether an item is a member of a set. A Bloom filter has two parameters: _m_, a maximum size (typically a reasonably large multiple of the cardinality of the set to represent) and _k_, the number of hashing functions on elements of the set. (The actual hashing functions are important, too, but this is not a parameter for this implementation). A Bloom filter is backed by a BitSet; a key is represented in the filter by setting the bits at each value of the hashing functions (modulo _m_). Set membership is done by _testing_ whether the bits at each value of the hashing functions (again, modulo _m_) are set. If so, the item is in the set. If the item is actually in the set, a Bloom filter will never fail (the true positive rate is 1.0); but it is susceptible to false positives. The art is to choose _k_ and _m_ correctly. In this implementation, the hashing functions used is murmurhash, a non-cryptographic hashing function. This implementation accepts keys for setting as testing as []byte. Thus, to add a string item, "Love": Similarly, to test if "Love" is in bloom: For numeric data, I recommend that you look into the binary/encoding library. But, for example, to add a uint32 to the filter: Finally, there is a method to estimate the false positive rate of a particular Bloom filter for a set of size _n_: Given the particular hashing scheme, it's best to be empirical about this. Note that estimating the FP rate will clear the Bloom filter.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/willf/bloom
Keywords:
bloom
, bloom-filters
, go
License: BSD-2-Clause
Latest release: about 8 years ago
First release: over 11 years ago
Namespace: github.com/willf
Dependent packages: 224
Dependent repositories: 486
Stars: 1,841 on GitHub
Forks: 215 on GitHub
Docker dependents: 121
Docker downloads: 3,602,411,309
See more repository details: repos.ecosyste.ms
Funding links: https://donate.mcc.org/
Last synced: about 1 hour ago
github.com/blockopsnetwork/telescope v0.2.33
Copyright © 2024 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "...27 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/nijave/terraform-provider-cortextool v0.1.6
10 versions - Latest release: about 1 year ago - 1 stars on GitHubgithub.imxd.top/weaviate/weaviate v1.24.1
154 versions - Latest release: about 1 year agogithub.ccut.club/juicedata/juicefs v1.1.2
1 version - Latest release: over 1 year agogithub.com/confidential-filesystems/juicedata-juicefs v1.1.2
JuiceFS is a distributed POSIX file system built on top of Redis and S3.47 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/grafana/tempo/cmd/tempo-serverless/cloud-run v0.0.0-20240125110738-96c4e7232719
Grafana Tempo is a high volume, minimal dependency distributed tracing backend.133 versions - Latest release: over 1 year ago - 2,859 stars on GitHub
github.com/grafana/tempo/cmd/tempo-serverless/lambda v0.0.0-20240119213741-8dad92c5e068
Grafana Tempo is a high volume, minimal dependency distributed tracing backend.158 versions - Latest release: over 1 year ago - 2,857 stars on GitHub
github.com/pokt-network/pocket-core v0.0.0-20240118223006-89decd7fa56e
Official implementation of the Pocket Network Protocol24 versions - Latest release: over 1 year ago - 4 dependent packages - 9 dependent repositories - 148 stars on GitHub
github.com/GoogleCloudPlatform/professional-services/tools/gcpviz v0.0.0-20240109172622-50a3f987db92
# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"...69 versions - Latest release: over 1 year ago - 2,443 stars on GitHub
github.com/ili16/weaviate-go-client/v4 v4.12.0
1 version - Latest release: over 1 year ago - 0 stars on GitHubstorj.io/storj/testsuite/ui v0.0.0-20231215202848-870e9c6ffc3b
Ongoing Storj v3 development. Decentralized cloud object storage that is affordable, easy to use,...597 versions - Latest release: over 1 year ago - 2,672 stars on GitHub
github.com/intergral/deep v0.0.0-20231204114215-85b681112e7e
DEEP is a Dynamic Exploration Evaluation Protocol, that allow the gathering of application data a...8 versions - Latest release: over 1 year ago - 5 stars on GitHub
storj.io/minio v0.0.0-20231122123534-730e38e5b7ab
High Performance, Kubernetes Native Object Storage10 versions - Latest release: over 1 year ago - 16 dependent packages - 13 dependent repositories - 1 stars on GitHub
github.com/fairdatasociety/fave v0.1.9
10 versions - Latest release: over 1 year ago - 1 stars on GitHubgithub.com/anthonyraymond/joal-cli v0.0.0-20231113013344-c8ad13ef1e81
3 versions - Latest release: over 1 year agogithub.com/aporeto-inc/tracer v1.6.8
Tracer is a tool to aggregate metrics and traces from a monitoring stack18 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/greboid/puzzles v1.0.2
3 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/artashesbalabekyan/miniocmd v0.0.0-20231027171231-159100e2bd6d
1 version - Latest release: over 1 year agogithub.com/grailbio/reflow v0.0.0-20231018235809-90deddd72f8f
Package reflow implements the core data structures and (abstract) runtime for Reflow. Reflow is ...5 versions - Latest release: over 1 year ago - 1 dependent repositories - 918 stars on GitHub
github.com/fabricio20/magnetico v0.0.0-20231006192456-5e3e6dc2caae
Autonomous BitTorrent DHT crawler2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/idena-network/idena-indexer-api v0.0.0-20231006170136-a018cebba8fc
15 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/ykzj/magnetico v0.0.0-20230923151955-621c5220689a
3 versions - Latest release: over 1 year agogithub.com/matthew1001/loki v1.1.0
1 version - Latest release: over 1 year agogithub.com/gugoorg/gugotik v1.0.0
第六届字节跳动青训营后端实战项目,迷你抖音后端1 version - Latest release: over 1 year ago - 10 stars on GitHub
github.com/dan13ram/wpokt-validator v0.1.10
8 versions - Latest release: over 1 year agogithub.com/ViaQ/cluster-logging-load-client v0.0.0-20230829113009-dd673cb0d6b4
3 versions - Latest release: over 1 year ago - 1 dependent repositories - 6 stars on GitHubgithub.com/ekaley/ipv666 v0.0.0-20230809223706-2ba7037cdf7c
Golang IPv6 address enumeration2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/idena-network/idena-test-go v0.0.0-20230808064546-4438fbec3aa4
User emulator to test idena4 versions - Latest release: almost 2 years ago - 4 stars on GitHub
github.com/idena-network/idena-go v1.1.1
Idena node159 versions - Latest release: almost 2 years ago - 5 dependent packages - 5 dependent repositories - 139 stars on GitHub
github.com/monogon-dev/vortex v0.0.0-20230714145814-3a5d7636ff3b
WIP: LogQL to Clickhouse Adaptor1 version - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/idena-network/idena-indexer v0.0.0-20230706075217-cb504737f582
21 versions - Latest release: almost 2 years ago - 9 stars on GitHubgithub.com/idena-network/idena-contract-runner v0.0.4
4 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/gleam-G/loki/v2 v2.0.0
Like Prometheus, but for logs.1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/gleam-g/loki/v2 v2.0.0
Like Prometheus, but for logs.1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/ez-me/magnetico v0.0.0-20230427174231-5f8692455be1
Autonomous (self-hosted) BitTorrent DHT search engine suite.2 versions - Latest release: about 2 years ago - 3 stars on GitHub
github.com/wji/idena-go v1.0.2-rc2
Idena node1 version - Latest release: about 2 years ago - 0 stars on GitHub
github.com/fyved24/douyin v0.0.0-20230224151322-b73ac5ed9f08
2 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/sancyx/loki v1.6.2-thp
Like Prometheus, but for logs.2 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/vipernet-xyz/viper-network v0.1.1
8 versions - Latest release: over 2 years agohub.fastgit.org/yunionio/cloudpods.git v0.3.10-0-alpha2
6 versions - Latest release: over 2 years agojihulab.com/nieyinliang/cloudpods v0.3.10-0-alpha2
6 versions - Latest release: over 2 years ago - 0 stars on jihulab.comgithub.com/287775856/novel v0.0.0-20221206113107-97c6c0c1776b
Golang小说采集展示站1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/jackzing/gosdk v0.0.0-20221116083902-693795e5973e
2 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/Monkey-Mouse/mo2 v0.0.0-20221028095223-bef4ad1ff22c
blog with go2 versions - Latest release: over 2 years ago - 11 stars on GitHub
github.com/ipfs-shipyard/thunderdome/dealgood v0.0.0-20221011132240-990136192584
3 versions - Latest release: over 2 years ago - 8 stars on GitHubgithub.com/vishruthsk/viper-go v0.2.0
3 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/vishruthsk/viper-network v1.0.0
3 versions - Latest release: over 2 years ago - 1 dependent package - 1 dependent repositories - 1 stars on GitHubgithub.com/abelanger5/loki v0.0.0-20221006024931-e951c9a4d9e6
Like Prometheus, but for logs.1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/Prajjawalk/zond v1.0.1
2 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/prajjawalk/zond v1.0.1
2 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/theQRL/zond v0.0.0-20220921122812-5d05a64994f5
1 version - Latest release: over 2 years ago - 8 stars on GitHubgithub.com/as-polyakov/minio v0.1.0-cvefix.3
Multi-Cloud :cloud: Object Storage4 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/flitnetics/tempo v1.5.0
27 versions - Latest release: almost 3 years agogithub.com/grafana/tempo v1.5.0
Grafana Tempo is a high volume, minimal dependency distributed tracing backend.27 versions - Latest release: almost 3 years ago - 18 dependent packages - 73 dependent repositories - 2,847 stars on GitHub
github.com/yankunsam/loki/v2 v2.6.2
Like Prometheus, but for logs.13 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/shopify/tempo v1.4.2
Grafana Tempo is a high volume, minimal dependency distributed tracing backend.25 versions - Latest release: almost 3 years ago - 2 stars on GitHub
github.com/Shopify/tempo v1.4.2
Grafana Tempo is a high volume, minimal dependency distributed tracing backend.25 versions - Latest release: almost 3 years ago - 2 stars on GitHub
github.com/miolini/uniqbloom v0.0.0-20220712001227-29afbc1b67b9
Command line filter repeated lines1 version - Latest release: almost 3 years ago - 3 stars on GitHub
storj.io/storj/testsuite v0.0.0-20220617182804-4e81a608384c
Ongoing Storj v3 development. Decentralized cloud object storage that is affordable, easy to use,...21 versions - Latest release: almost 3 years ago - 2,672 stars on GitHub
github.com/itsnoproblem/pocket-go v0.10.0
Complete Pocket Protocol library and implementation in Golang.28 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/meshplus/bitxhub v1.24.0
Interchain protocol 跨链协议36 versions - Latest release: almost 3 years ago - 8 dependent packages - 1 dependent repositories - 561 stars on GitHub
github.com/guozhuang333/bitxhub v1.24.0
Interchain protocol 跨链协议35 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/TaiChiChain/bitxhub v1.24.0
A blockchain network with high scalability, privacy, security and composability25 versions - Latest release: almost 3 years ago - 7 stars on GitHub
github.com/taichichain/bitxhub v1.24.0
A blockchain network with high scalability, privacy, security and composability40 versions - Latest release: almost 3 years ago - 7 stars on GitHub
github.com/cryptowilliam/goutil v0.0.0-20220522050329-04ff8052d37b
Universal utility collection for Go.6 versions - Latest release: about 3 years ago - 1 dependent package - 3 stars on GitHub
github.com/vckai/novel v0.0.0-20220517135807-b58bbae50f02
Golang小说采集展示站1 version - Latest release: about 3 years ago - 289 stars on GitHub
storj.io/s3link v0.0.0-20220429122855-7232e3351e19
An experiment in using the Storj Network via the AWS SDK for Go1 version - Latest release: about 3 years ago - 0 stars on GitHub
github.com/bary321/seaweedfs-1 v0.0.0-20220412032204-2206af05f824
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for bill...1 version - Latest release: about 3 years ago - 0 stars on GitHub
github.com/nireo/kantadb v0.0.0-20220327203327-2976f932eb1c
a database written in pure go1 version - Latest release: about 3 years ago - 1 stars on GitHub
github.com/mishnea/ant v0.0.0-20220324152429-bba81687013d
Package ant implements a web crawler.1 version - Latest release: about 3 years ago
github.com/csmith/kowalski/v5 v5.3.0
Library and Discord bot to analyse ... things.4 versions - Latest release: about 3 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/jiuhuche120/bitxhub v1.20.0
29 versions - Latest release: about 3 years agogithub.com/lnsp/kvstore v0.0.0-20220304183254-de123dd59219
flexible key-value store built on LSM trees1 version - Latest release: about 3 years ago - 0 stars on GitHub
github.com/yields/ant v0.0.0-20220301182912-6c7a55c5708c
Package ant implements a web crawler.1 version - Latest release: about 3 years ago - 2 dependent repositories - 270 stars on GitHub
github.com/dasithedirisinghe/weaviate v1.10.1
Weaviate is a cloud-native, modular, real-time vector search engine40 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/DasithEdirisinghe/weaviate v1.10.1
Weaviate is a cloud-native, modular, real-time vector search engine40 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/gitferry/bamboo v0.0.0-20220118072103-2e52d3728733
Bamboo is a prototyping and evaluation framework that studies the next generation BFT (Byzantine ...1 version - Latest release: over 3 years ago - 33 stars on GitHub
github.com/iternity-dotcom/minio v1.11.0
High Performance, Kubernetes Native Object Storage8 versions - Latest release: over 3 years ago - 6 stars on GitHub
github.com/skirsten/torrent v1.33.0
Full-featured BitTorrent client package and utilities61 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/nochso/torrent v1.33.0 removed
61 versions - Latest release: over 3 years agogithub.com/damiapoquet/torrent v1.31.0 removed
59 versions - Latest release: over 3 years agogithub.com/DamiaPoquet/torrent v1.31.0
Full-featured BitTorrent client package and utilities59 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/Zilog8/torrent v1.31.0
Full-featured BitTorrent client package and utilities59 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/zilog8/torrent v1.31.0
Full-featured BitTorrent client package and utilities59 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/afjoseph/torrent v1.31.0
Full-featured BitTorrent client package and utilities59 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/mani66660/exatorrent v0.0.1 💰
1 version - Latest release: almost 4 years ago - 0 stars on GitHubgithub.com/pachyderm-io/pfs v1.13.4
331 versions - Latest release: almost 4 years agogithub.phpd.cn/pachyderm/pachyderm v1.13.4
321 versions - Latest release: almost 4 years agogithub.com/pachyderm/pfs v1.13.4
Data-Centric Pipelines and Data Versioning331 versions - Latest release: almost 4 years ago - 5,862 stars on GitHub
github.hscsec.cn/pachyderm/pachyderm v1.13.4
323 versions - Latest release: almost 4 years agogithub.com/pachyderm/pachyderm v1.13.4
Data-Centric Pipelines and Data Versioning331 versions - Latest release: almost 4 years ago - 3 dependent packages - 5 dependent repositories - 5,862 stars on GitHub
github.com/boypt/dht/v2 v2.10.1
22 versions - Latest release: almost 4 years agogithub.com/saeedhurzuk/dht/v2 v2.10.1
22 versions - Latest release: almost 4 years agogithub.com/SaeedHurzuk/dht/v2 v2.10.1
22 versions - Latest release: almost 4 years agogithub.com/xyz2566841/pachyderm v1.13.4
Reproducible Data Science at Scale!323 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/gaozhengxin/pocket-core v0.0.0-20210531091149-4955b9a7a75b
1 version - Latest release: almost 4 years agogithub.com/hellokang/bitxhub v1.7.0
Interchain protocol 跨链协议8 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/smolgu/lib v0.0.0-20210411074402-943e509dfbe7
1 version - Latest release: about 4 years agogithub.com/toyow/pachyderm v1.13.0
Reproducible Data Science at Scale!326 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/csmith/kowalski/v4 v4.0.2
Library and Discord bot to analyse ... things.3 versions - Latest release: about 4 years ago - 0 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.