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/bits-and-blooms/bloom/v3
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 Bloom filter with _m_ bits and _k_ hashing functions for a set of size _n_: You can use it to validate the computed m, k parameters: or You would expect ActualfpRate to be close to the desired fp in these cases. The EstimateFalsePositiveRate function creates a temporary Bloom filter. It is also relatively expensive and only meant for validation.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/bits-and-blooms/bloom/v3
Keywords:
bloom
, bloom-filters
, go
License: BSD-2-Clause
Latest release: about 1 year ago
First release: over 2 years ago
Namespace: github.com/bits-and-blooms/bloom
Dependent packages: 314
Dependent repositories: 391
Stars: 1,841 on GitHub
Forks: 215 on GitHub
Docker dependents: 186
Docker downloads: 1,836,825,645
See more repository details: repos.ecosyste.ms
Funding links: https://donate.mcc.org/
Last synced: about 20 hours ago
github.com/iost-official/go-iost/v3 v3.11.5
Official Go implementation of the IOST blockchain47 versions - Latest release: 10 months ago - 554 stars on GitHub
github.com/quinlivanner/kook-golang-sdk v1.0.4
5 versions - Latest release: 10 months ago - 0 stars on GitHubgithub.com/micro-onos-revamped/atomix/stores/shared-memory v1.1.7
A Kubernetes toolkit for building distributed applications using cloud native principles20 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/micro-onos-revamped/atomix/stores/raft v1.1.7
A Kubernetes toolkit for building distributed applications using cloud native principles23 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/senyu-up/toolbox v0.1.0
7 versions - Latest release: 11 months ago - 0 stars on GitHubgithub.com/memory-qianxiao/toolbox v1.0.0
7 versions - Latest release: 11 months agogitlab.com/kantai/keyraser/go-client v0.5.0
10 versions - Latest release: 11 months ago - 0 stars on GitLab.comgithub.com/threatmate/nuclei/v3 v3.2.8
25 versions - Latest release: 12 months agogithub.com/d4n-sec/dddd v0.2.4
1 version - Latest release: 12 months ago - 0 stars on GitHubgithub.com/josephschorr/spicedb v1.32.0
A Zanzibar-inspired database that stores, computes, and validates application permissions22 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/ruvcoindev/ruvchain v1.0.0
fully end-to-end encrypted IPv6 network7 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/hamidrabedi/beego/v2 v2.2.1
beego is an open-source, high-performance web framework for the Go programming language.19 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/winsoft666/beego/v2 v2.2.1
beego is an open-source, high-performance web framework for the Go programming language.19 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/jiuquxzy/cess-go-sdk v0.5.2
Go sdk for CESS network.2 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/977812671/Jie v1.0.8
20 versions - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/977812671/jie v1.0.8
20 versions - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/jzelinskie/spicedb v1.32.0
A Zanzibar-inspired database that stores, computes, and validates application permissions3 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/sealdice/sealdice-core v1.4.5 💰
海豹骰核心程序,船新的trpg骰点机器人。轻量易用,功能强大,支持所有主流IM平台,并能在win/linux/mac/android下使用。28 versions - Latest release: about 1 year ago - 114 stars on GitHub
github.com/forrestsu/go_learn v1.3.6
when I start learn go, write some sample.7 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/ForrestSu/go_learn v1.3.6
when I start learn go, write some sample.8 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/effluxio/nuclei/v3 v3.2.4
Fast and customizable vulnerability scanner based on simple YAML based DSL.24 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/moonsn/beego/v2 v2.2.1
beego is an open-source, high-performance web framework for the Go programming language.14 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/authzed/spicedb-kubeapi-proxy v0.1.2
Secure access to the Kubernetes API using SpiceDB2 versions - Latest release: about 1 year ago - 13 stars on GitHub
github.com/cyl0ng/nuclei/v3 v3.2.0-fix
Fast and customizable vulnerability scanner based on simple YAML based DSL.5 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/CyL0NG/nuclei/v3 v3.2.0-fix
Fast and customizable vulnerability scanner based on simple YAML based DSL.5 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.hscsec.cn/ncarlier/readflow v1.2.0
7 versions - Latest release: about 1 year agogithub.com/ncarlier/readflow v1.2.0
Read your Internet article flow in one place with complete peace of mind and freedom.33 versions - Latest release: about 1 year ago - 3 dependent packages - 1 dependent repositories - 282 stars on GitHub
git.wxl.best/projectdiscovery/cvemap v0.0.6
6 versions - Latest release: about 1 year agogithub.com/fengde/gocommon v1.2.1
go工具集62 versions - Latest release: about 1 year ago - 5 stars on GitHub
github.com/whiliang/beego/v2 v2.1.6
beego is an open-source, high-performance web framework for the Go programming language.22 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/tiregerrr/nuclei/v3 v3.1.10
Fast and customizable vulnerability scanner based on simple YAML based DSL.16 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/TiregeRRR/nuclei/v3 v3.1.10
Fast and customizable vulnerability scanner based on simple YAML based DSL.16 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.imxd.top/arquivei/foundationkit v0.6.1
28 versions - Latest release: over 1 year agogithub.com/splitio/go-split-commons/v5 v5.2.1
5 versions - Latest release: over 1 year ago - 4 stars on GitHubgithub.com/blink-io/x v0.0.0-20240125090215-57c1f53cd5e5
Extra packages for Go created by Blink team.230 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/mattermost/mattermost/server/v8 v8.0.0-20240124191417-8f0abc131673
Mattermost is an open source platform for secure collaboration across the entire software develop...442 versions - Latest release: over 1 year ago - 2 dependent packages - 1 dependent repositories - 26,228 stars on GitHub
github.com/onepiece-offical/nuclei/v3 v3.1.3
Fast and customizable vulnerability scanner based on simple YAML based DSL.1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/OnePiece-offical/nuclei/v3 v3.1.3
Fast and customizable vulnerability scanner based on simple YAML based DSL.1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/siglens/siglens v0.0.0-20240121044648-cae193c050e4
100x Efficient Log Management than Splunk :rocket: Reduce your observability cost by 90%141 versions - Latest release: over 1 year ago - 986 stars on GitHub
github.com/james-lawrence/bw v0.0.0-20240120165810-bb9df4c324a1
self contained cluster configuration management16 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/Arceliar/ironwood v0.0.0-20240115190409-ddd1fa67c018
27 versions - Latest release: over 1 year ago - 23 dependent packages - 26 dependent repositories - 27 stars on GitHubgithub.com/yggdrasil-network/yggstack v0.0.0-20240114045507-f465d71770a0
Yggdrasil + Netstack (instead of TUN)1 version - Latest release: over 1 year ago - 9 stars on GitHub
github.com/yangkequn/saavuu v0.0.0-20240112031305-424f65ff8f7f
most concise, convenient, redis based microservice framework199 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/dlt-science/mpc-wallet-multiple-filters v0.0.0-20240108164048-05710c27801f
Implementation of protocols for threshold signatures9 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/mdaxf/iac v0.0.0-20240106131058-849ae1e6ddff
28 versions - Latest release: over 1 year ago - 1 dependent package - 2 stars on GitHubgithub.com/7rovu/nuclei/v3 v3.0.0-20240101140901-f568358dab38
Fast and customizable vulnerability scanner based on simple YAML based DSL.1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/akoserwal/spicedb-dsl-validator v0.1.0
Copyright © 2023 Abhishek Koserwal1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/dumpload/nuclei/v3 v3.1.3
Fast and customizable vulnerability scanner based on simple YAML based DSL.9 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/ericvolp12/bsky-experiments v0.0.0-20231220080716-b0a703f35108
A handful of Go-based tools for poking around with BlueSky using the AT Protocol226 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 18 stars on GitHub
github.com/SleepingBag945/dddd v1.5.1
1 version - Latest release: over 1 year agogithub.com/sleepingbag945/dddd v1.5.1
一款高可拓展的指纹识别、供应链漏洞探测工具。支持从Hunter、Fofa批量拉取目标。1 version - Latest release: over 1 year ago - 293 stars on GitHub
github.com/neilalexander/yggmail v0.0.0-20231210110143-edf14c0d0373
End-to-end encrypted email for the mesh networking age14 versions - Latest release: over 1 year ago - 107 stars on GitHub
github.com/yggdrasil-network/yggquic v0.0.0-20231209220136-b412fc6f0d7e
QUIC connections natively over Yggdrasil5 versions - Latest release: over 1 year ago - 1 dependent package - 7 stars on GitHub
dev.l1qu1d.net/wraith-labs/wraith_module_comosum v0.0.0-20231206061657-419bc47d7a19
4 versions - Latest release: over 1 year agogithub.imxd.top/nlnwa/veidemann-ooshandler v0.2.1
2 versions - Latest release: over 1 year agogithub.skymusic.top/nlnwa/veidemann-ooshandler v0.2.1
2 versions - Latest release: over 1 year agogithub.com/nlnwa/veidemann-ooshandler v0.2.1
2 versions - Latest release: over 1 year ago - 0 stars on GitHubcodeberg.org/aakselrod/blemesh v0.0.0-20231116230406-40032e603458
2 versions - Latest release: over 1 year agogithub.com/tongchengbin/nucleiEngine v0.0.0-20231031110656-c2d8bc7d041b
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/hary654321/nuclei/v2 v2.9.15
Fast and customizable vulnerability scanner based on simple YAML based DSL.4 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/hanbufei/dddd v0.0.0-20231017070027-d66a22c7c4e9
dddd(带带弟弟),是一款支持多种输入格式,主/被动指纹识别且使用简单的供应链漏洞探测工具。协助红队人员快速收集信息,测绘目标资产,寻找薄弱点。支持从Hunter、Fofa批量拉取目标。1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/HUST-MiniTiktok/mini_tiktok v0.0.0-20231012160058-53b2bc4dc513
基于Golang与Hertz + Kitex + Gorm框架开发的微服务架构的极简版抖音APP后端3 versions - Latest release: over 1 year ago - 4 stars on GitHub
github.com/bentoml/yatai v1.1.13
Model Deployment at Scale on Kubernetes 🦄️125 versions - Latest release: over 1 year ago - 510 stars on GitHub
github.com/bentoml/Yatai v1.1.13
Model Deployment at Scale on Kubernetes 🦄️98 versions - Latest release: over 1 year ago - 521 stars on GitHub
github.com/khulnasoft-labs/hmap v0.0.17
5 versions - Latest release: over 1 year ago - 17 dependent packages - 5 dependent repositories - 0 stars on GitHubgithub.com/khulnasoft-lab/hmap v0.0.17
5 versions - Latest release: over 1 year ago - 14 dependent packages - 0 stars on GitHubgithub.com/wen0750/nucleiinjson v0.0.0-20230921160829-a0adbd7ef33d
Fast and customizable vulnerability scanner based on simple YAML based DSL.1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/vcore8/nuclei/v2 v2.2.7
Fast and customizable vulnerability scanner based on simple YAML based DSL.10 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/dumpload/nuclei/v2 v2.9.15
Fast and customizable vulnerability scanner based on simple YAML based DSL.77 versions - Latest release: over 1 year ago - 0 stars on GitHub
gitee.com/mirrors/nuclei/v2 v2.9.15
77 versions - Latest release: over 1 year agogithub.com/ProjectDiscovery/nuclei/v2 v2.9.15
Fast and customizable vulnerability scanner based on simple YAML based DSL.77 versions - Latest release: over 1 year ago - 15,364 stars on GitHub
github.com/Projectdiscovery/nuclei/v2 v2.9.15
Fast and customizable vulnerability scanner based on simple YAML based DSL.77 versions - Latest release: over 1 year ago - 14,470 stars on GitHub
github.com/projectdiscovery/nuclei/v2 v2.9.15
Fast and customizable vulnerability scanner based on simple YAML based DSL.77 versions - Latest release: over 1 year ago - 29 dependent packages - 76 dependent repositories - 12,057 stars on GitHub
github.com/projecTDiscovery/nuclei/v2 v2.9.15
Fast and customizable vulnerability scanner based on simple YAML based DSL.77 versions - Latest release: over 1 year ago - 14,470 stars on GitHub
github.com/vpascoalr/atomix/drivers/raft v0.0.0-20230913174532-3196de3d1f0c
A Kubernetes toolkit for building distributed applications using cloud native principles2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/vpascoalr/atomix/protocols/rsm v0.0.0-20230913174532-3196de3d1f0c
A Kubernetes toolkit for building distributed applications using cloud native principles3 versions - Latest release: over 1 year ago - 1 dependent package - 0 stars on GitHub
gitee.com/ljfirst/algo-go-sdk v1.0.3
2 versions - Latest release: over 1 year agogithub.com/lonelyevil/khl v0.0.34
A library for interacting with khl bot API.34 versions - Latest release: over 1 year ago - 6 dependent packages - 9 dependent repositories - 14 stars on
github.com/lonelyevil/kook/log_adapter/zap v0.0.34
A library for interacting with kook bot API.19 versions - Latest release: over 1 year ago - 26 stars on GitHub
github.com/lonelyevil/kook v0.0.34
A library for interacting with kook bot API.34 versions - Latest release: over 1 year ago - 2 dependent packages - 1 dependent repositories - 20 stars on GitHub
github.com/lonelyevil/khl/log_adapter/zap v0.0.34
A library for interacting with kook bot API.19 versions - Latest release: over 1 year ago - 25 stars on GitHub
github.com/ghjattu/tiny-tiktok v1.1.0
第六届字节跳动青训营极简版抖音后端2 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/janael-pinheiro/knot-cloud-sdk-golang v1.0.0
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/Vijoy-12306/beego/v2 v2.1.1
13 versions - Latest release: almost 2 years agogithub.com/vijoy-12306/beego/v2 v2.1.1
13 versions - Latest release: almost 2 years agogithub.com/khulnasoft-labs/vulscan/v2 v2.9.10
Fast and customizable vulnerability scanner based on simple YAML based DSL.72 versions - Latest release: almost 2 years ago - 1 dependent package - 0 stars on GitHub
github.com/mengdj/goctl-rest-client v0.1.4
gozero plugin for rest discover client14 versions - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/Explorer1092/nuclei/v2 v2.9.8-fix4
Fast and customizable vulnerability scanner based on simple YAML based DSL.14 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/explorer1092/nuclei/v2 v2.9.8-fix4
14 versions - Latest release: almost 2 years agogithub.com/boss-net/hmap v0.0.1
1 version - Latest release: almost 2 years ago - 1 dependent repositories - 0 stars on GitHubgithub.com/beego/beego-cache/v2 v2.0.0-20230625043756-2e014994e70e
The independent cache module from Beego1 version - Latest release: almost 2 years ago - 4 stars on GitHub
github.com/w3security/reconbot v0.0.0-20230619004658-6bdff436a9cb
94 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/splitio/go-split-commons/v4 v4.3.5
65 versions - Latest release: almost 2 years ago - 9 dependent packages - 38 dependent repositories - 4 stars on GitHubgithub.com/brada954/restshell-splitio v1.0.2
Add commands to interact with SplitIO feature flags3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/mattermost/mattermost-server/server/v8 v8.0.0-20230610055354-a6d1d38b273d
Mattermost is an open source platform for secure collaboration across the entire software develop...173 versions - Latest release: almost 2 years ago - 25,240 stars on GitHub
github.com/riijj/nuclei/v2 v2.9.5
Fast and customizable vulnerability scanner based on simple YAML based DSL.47 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/mattermost/mattermost-plugin-apps v1.2.2
Powers the Mattermost App Framework14 versions - Latest release: almost 2 years ago - 12 dependent packages - 13 dependent repositories - 28 stars on GitHub
github.com/mattermost/mattermost-plugin-cloudapps v1.2.2
14 versions - Latest release: almost 2 years agogithub.hscsec.cn/mattermost/mattermost-plugin-apps v1.2.2
14 versions - Latest release: almost 2 years agogithub.imxd.top/mattermost/mattermost-plugin-apps v1.2.2
14 versions - Latest release: almost 2 years agoCheck this option to include packages that no longer depend on this package in their latest version but previously did.