An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/bits-and-blooms/bitset

Package bitset implements bitsets, a mapping between non-negative integers and boolean values. It should be more efficient than map[uint] bool. It provides methods for setting, clearing, flipping, and testing individual integers. But it also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and querying a bitset's current length and number of positive bits. BitSets are expanded to the size of the largest set bit; the memory allocation is approximately Max bits, where Max is the largest set bit. BitSets are never shrunk. On creation, a hint can be given for the number of bits that will be used. Many of the methods, including Set,Clear, and Flip, return a BitSet pointer, which allows for chaining. Example use: As an alternative to BitSets, one should check out the 'big' package, which provides a (less set-theoretical) view of bitsets.
41 versions
Latest release: about 2 months ago
3,734 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/bits-and-blooms/bitset

View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/bits-and-blooms%2Fbitset

Dependent Repos 18,169

admariner/jitsu Fork of jitsucom/jitsu
Jitsu is an open-source data integration platform

Size: 29.4 MB - Last synced: 5 days ago - Pushed: almost 2 years ago

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.

Size: 6.93 MB - Last synced: 5 days ago - Pushed: 10 days ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems

Size: 10.4 MB - Last synced: 10 months ago - Pushed: almost 3 years ago

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.

Size: 15.3 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

cheqd/tendermint Fork of tendermint/tendermint
⟁ Tendermint Core (BFT Consensus) in Go

Size: 142 MB - Last synced: 10 months ago - Pushed: about 2 years ago

ahmedabu98/beam Fork of apache/beam
Apache Beam is a unified programming model for Batch and Streaming

Size: 392 MB - Last synced: 1 day ago - Pushed: 1 day ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.

Size: 48.3 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.

Size: 168 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

energy-spectrum/Test1

Size: 75.2 KB - Last synced: 11 months ago - Pushed: about 2 years ago

energy-spectrum/Go_bot

Size: 67.4 KB - Last synced: 11 months ago - Pushed: about 2 years ago

energy-spectrum/Test_aprel

Size: 2.22 MB - Last synced: 11 months ago - Pushed: almost 2 years ago

overmindtech/stdlib-source
Standard library for global items

Size: 926 KB - Last synced: 4 months ago - Pushed: 4 months ago

antonyggvzvmnxxcx/linkerd2 Fork of linkerd/linkerd2
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.

Size: 33.5 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

rfay/ddev Fork of ddev/ddev
DDEV: a local development environment management system

Size: 117 MB - Last synced: 7 days ago - Pushed: 7 days ago

FairwindsOps/insights-cli
A command line tool for Fairwinds Insights

Size: 23.4 MB - Last synced: 11 days ago - Pushed: 23 days ago

rancher-max/rancher Fork of rancher/rancher
Complete container management platform

Size: 140 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

paketo-buildpacks/go
A Cloud Native Buildpack for Go

Size: 83 MB - Last synced: 12 days ago - Pushed: 13 days ago

paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET Core

Size: 176 MB - Last synced: 1 day ago - Pushed: 1 day ago

cilium/cilium-olm πŸ“¦

Size: 982 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago

RafaySystems/terraform-provider-rafay
Rafay terraform provider

Size: 6.56 MB - Last synced: 7 days ago - Pushed: 7 days ago

Boroda76/go_service_naked

Size: 791 KB - Last synced: about 1 year ago - Pushed: about 2 years ago

Mu-L/docker-slim Fork of slimtoolkit/slim
DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

Size: 64.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

drh-determined-ai/determined Fork of determined-ai/determined
Determined: Deep Learning Training Platform

Size: 114 MB - Last synced: 11 months ago - Pushed: over 1 year ago

kubernetes-retired/cluster-api-provider-nested πŸ“¦
Cluster API Provider for Nested Clusters

Size: 2.96 MB - Last synced: about 15 hours ago - Pushed: 8 months ago

sapcc/absent-metrics-operator
Absent Metrics Operator creates metric absence alerts atop Kubernetes

Size: 17 MB - Last synced: about 21 hours ago - Pushed: 6 days ago

dreamer-zq/cosmos-sdk Fork of cosmos/cosmos-sdk
:chains: A Framework for Building High Value Public Blockchains :sparkles:

Size: 217 MB - Last synced: 10 months ago - Pushed: over 1 year ago

stolostron/multicloud-operators-subscription-release
Managing helm release with operators for multicloud.

Size: 1.63 MB - Last synced: 22 days ago - Pushed: about 2 years ago

millicent-money/cosmos-sdk

Size: 361 MB - Last synced: 10 months ago - Pushed: about 2 years ago

tigefa4u/docker-slim Fork of slimtoolkit/slim
DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

Size: 64.8 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

elisasre/kops-autoscaler-openstack
Provide AutoScalingGroup capability to OpenStack Kops

Size: 17.6 MB - Last synced: 16 days ago - Pushed: 16 days ago

ekmixon/istio Fork of istio/istio
Connect, secure, control, and observe services.

Size: 199 MB - Last synced: 12 days ago - Pushed: 12 days ago

vinted/prometheus Fork of prometheus/prometheus
The Prometheus monitoring system and time series database.

Size: 173 MB - Last synced: 5 months ago - Pushed: 5 months ago

choria-io/provisioner
Choria Server Provisioning System

Size: 4.62 MB - Last synced: 16 days ago - Pushed: 24 days ago

codeboten/opentelemetry-lambda Fork of open-telemetry/opentelemetry-lambda

Size: 1.59 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

moov-io/irs
Internal Revenue Service (IRS) Filing Information Returns Electronically (FIRE)

Size: 1.42 MB - Last synced: 9 days ago - Pushed: 10 days ago

moov-io/ach-test-harness
Programmatic and configurable ACH scenario testing of returns, NOC/corrections, reconciliation, etc.

Size: 1.07 MB - Last synced: 9 days ago - Pushed: 9 days ago

overline-mining/gool
it's scary

Size: 855 KB - Last synced: 12 days ago - Pushed: 12 days ago

KiraCore/sekai
backend - blockchain application

Size: 17.8 MB - Last synced: 3 days ago - Pushed: 3 days ago

twsnmp/TWLogAIAN
TWSNMP`s Log AI Analyzer

Size: 34.3 MB - Last synced: 23 days ago - Pushed: 23 days ago

rogue73/hugo Fork of gohugoio/hugo
The world’s fastest framework for building websites.

Size: 109 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

tts-tblock/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift

Size: 449 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

raystack/compass
Compass is an enterprise data catalog that makes it easy to find, understand, and govern data.

Size: 4.69 MB - Last synced: 26 days ago - Pushed: over 1 year ago

jeffmendoza/allstar Fork of ossf/allstar

Size: 1.83 MB - Last synced: 12 months ago - Pushed: 12 months ago

kokizzu/pirsch Fork of pirsch-analytics/pirsch
Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.

Size: 10.8 MB - Last synced: 2 days ago - Pushed: 2 days ago

polynetwork/ripple-sdk

Size: 34.2 KB - Last synced: almost 2 years ago - Pushed: almost 3 years ago

joelrebel/hollow-serverservice Fork of metal-toolbox/hollow-serverservice
The API service which leverages CockroachDB as a backend to inventory firmware, bios, and other hardware information required for cohesive fleet management

Size: 1.11 MB - Last synced: 10 months ago - Pushed: over 1 year ago

secteria/grype Fork of anchore/grype
A vulnerability scanner for container images and filesystems

Size: 2.45 MB - Last synced: 5 months ago - Pushed: 5 months ago

Paperspace/csi-driver-nfs Fork of kubernetes-csi/csi-driver-nfs πŸ“¦
This driver allows Kubernetes to access NFS server on Linux node.

Size: 21.6 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago

platform9/nodelet

Size: 76.4 MB - Last synced: 5 months ago - Pushed: 5 months ago

PhoenixRedflash/hub Fork of artifacthub/hub
Find, install and publish Kubernetes packages

Size: 80.4 MB - Last synced: 11 months ago - Pushed: 11 months ago

moov-io/base
core libraries used in Moov projects

Size: 1.89 MB - Last synced: 9 days ago - Pushed: 9 days ago

Traego/scaled-mcp
ScaledMCP is a horizontally scalabled MCP and A2A Server. You know, for AI.

Size: 288 KB - Last synced: 6 days ago - Pushed: 7 days ago

mprahl/config-policy-controller Fork of stolostron/config-policy-controller
Configuration policy controller

Size: 2.35 MB - Last synced: 9 months ago - Pushed: 9 months ago

me-diru/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.

Size: 13.1 MB - Last synced: 12 months ago - Pushed: about 2 years ago

truenas/k3s Fork of k3s-io/k3s
Lightweight Kubernetes

Size: 546 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

mayankbh/tanzu-framework Fork of vmware-tanzu/tanzu-framework
Tanzu Framework provides a set of building blocks to build atop of the Tanzu platform and leverages Carvel packaging and plugins to provide users with a much stronger, more integrated experience than the loose coupling and stand-alone commands of the previous generation of tools.

Size: 185 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

bianjieai/ethermint Fork of evmos/ethermint
Ethermint is a scalable and interoperable Ethereum library, built on Proof-of-Stake with fast-finality using the Cosmos SDK.

Size: 39.8 MB - Last synced: 3 months ago - Pushed: 3 months ago

kokizzu/vuls Fork of future-architect/vuls
Vulnerability scanner for Linux/FreeBSD, agentless, written in Go

Size: 29.1 MB - Last synced: 3 days ago - Pushed: 3 days ago

joejulian/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components

Size: 14.2 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.

Size: 288 MB - Last synced: 9 days ago - Pushed: 9 days ago

willkutler/governance-policy-spec-sync Fork of stolostron/governance-policy-spec-sync

Size: 6.18 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

mmulholla/chart-verifier Fork of redhat-certification/chart-verifier
A rules-based tool to certify Helm Charts.

Size: 1.82 MB - Last synced: about 1 year ago - Pushed: about 2 years ago

NikitaSkrynnik/sdk-sriov Fork of networkservicemesh/sdk-sriov
SR-IOV related SDK components

Size: 1.18 MB - Last synced: 10 months ago - Pushed: about 1 year ago

sanekkurt/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.

Size: 43.5 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

tpantelis/submariner-addon Fork of stolostron/submariner-addon
An addon of submariner in ocm to provide network connectivity and service discovery among clusters.

Size: 35.6 MB - Last synced: 6 months ago - Pushed: 6 months ago

monicawoj/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.

Size: 26.6 MB - Last synced: 11 months ago - Pushed: about 2 years ago

disney/quanta
Access large data sets in true "real time" fashion. Millisecond queries and live updates.

Size: 41.5 MB - Last synced: 17 days ago - Pushed: 27 days ago

moov-io/go-sftp
A Go client for performing common SFTP operations

Size: 918 KB - Last synced: 8 days ago - Pushed: 8 days ago

xp-1000/signalfx-agent Fork of signalfx/signalfx-agent
The SignalFx Smart Agent

Size: 36.4 MB - Last synced: over 1 year ago - Pushed: about 2 years ago

romm80/shortener

Size: 7.01 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

strangelove-ventures/lens πŸ“¦
βš›οΈβ€οΈπŸ‘ Brought to you by the LensCrafters

Size: 18.4 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

openshift/csi-external-snapshotter Fork of kubernetes-csi/external-snapshotter
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.

Size: 70.3 MB - Last synced: 11 months ago - Pushed: 11 months ago

xl3lackout/Erupe
This is a community upload of a community project. The amount of people who worked on it is innumerous, and hard to keep track of. But id like to contribute this to the efforts of Ando, Fists Team, the French Team, Mai's Team and the many wondeful members of the MHFZ community who gave their time and energy to help us. No matter the relations, these files will remain public and open source, free for all to use and modify.

Size: 666 MB - Last synced: 12 months ago - Pushed: over 2 years ago

project0/terraform-provider-podman
🚧 [WIP] A native podman provider for terraform

Size: 1.12 MB - Last synced: 29 days ago - Pushed: about 2 years ago

AdaLogics/go-fuzz-headers

Size: 188 KB - Last synced: 9 months ago - Pushed: 9 months ago

quay/clair-action
Clair in the CI. Github actions, tekton pipelines etc.

Size: 19.4 MB - Last synced: 17 days ago - Pushed: about 1 month ago

project-stacker/stacker
A vendor-neutral OCI-native container image (tgz, squashfs, erofs) builder (purely based on OCI Image Specification)

Size: 19.2 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

boost-entropy-golang/bstream Fork of streamingfast/bstream
Block streaming Handlers library. Lower level building block of dfuse.

Size: 4.53 MB - Last synced: 2 months ago - Pushed: 2 months ago

edgelesssys/edgelessrt
Edgeless RT is an SDK and a runtime for Intel SGX. It combines top-notch Go support with simplicity, robustness and a small TCB. Developing confidential microservices has never been easier! C++17 and Rust (experimental) are also supported.

Size: 94.6 MB - Last synced: 11 days ago - Pushed: 3 months ago

argoproj-labs/argocd-interlace
Enabling Software Supply Chain Security Capabilities in ArgoCD

Size: 10.2 MB - Last synced: about 2 months ago - Pushed: over 2 years ago