🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/tc1io/bloomclock

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tc1io/bloomclock

v0.0.0-20220911094026-541f818c0dc4
Source
Go
Version published
Created
Source

bloomclock

Exploring Bloom Clocks as described in this paper:

The Bloom Clock

Tools

  • bloomprob: Prints the probability for false positives for a given bloom filter configuration.

    go run examples/bloomprob/main.go -m 512 -k 2 -n 10
    P(false positive) for m=  512, k=2, n= 10: 0.001470426
    

FAQs

Package last updated on 11 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts