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

github.com/yourbasic/bit

Package bit provides a bit array implementation. A bit set, or bit array, is an efficient set data structure that consists of an array of 64-bit words. Because it uses bit-level parallelism, limits memory access, and efficiently uses the data cache, a bit set often outperforms other data structures. The Basics example shows how to create, combine, compare and print bit sets. Primes contains a short and simple, but still efficient, implementation of a prime number sieve. Union is a more advanced example demonstrating how to build an efficient variadic Union function using the SetOr method. Create, combine, compare and print bit sets. Create the set of all primes less than n in O(n log log n) time. Try the code with n equal to a few hundred millions and be pleasantly surprised. Implement an efficient variadic Union function using SetOr.

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20180313074424-45a4409f4082
about 8 years ago
Versions
1
Dependent Packages
18
Dependent Repos
16
Top 9.3% on proxy.golang.org
github.com/project-machine/mos v0.0.29
29 versions - Latest release: over 2 years ago
github.com/feliperyan/fryan-ecs v0.0.0-20231215003454-d8f0103abc25
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/gongchengra/learning-go/02.algorithms/math v0.0.0-20231213101730-bc5482fbcf49
Projects, Algorithms and data structures implemented in Golang with explanations and links to fur...
30 versions - Latest release: over 2 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/x-hgg-x/arkanoid-go v0.0.0-20231103121608-0cd467a4da2d
Arkanoid game in Go using Ebitengine with ECS.
4 versions - Latest release: over 2 years ago - 56 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/graph-guard/ggproxy v0.0.0-20230713170605-ecc870c01a15
gguard-proxy exposes gguard functionality over HTTP(S)
1 version - Latest release: over 2 years ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/raharper/qcli v0.1.0
golang package for constructing qemu commands (forked from govmm)
10 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/r0nk/omira v0.0.0-20230301174516-4258069897a6
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
8 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/x-hgg-x/space-invaders-go v0.0.0-20230217164135-3624f66c857d
Space invaders game in Go using Ebitengine with ECS.
3 versions - Latest release: about 3 years ago - 35 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/x-hgg-x/sokoban-go v0.0.0-20230217164013-ee6da0ec2387
Sokoban game in Go using Ebitengine with ECS.
4 versions - Latest release: about 3 years ago - 3 stars on GitHub
Top 7.8% on proxy.golang.org
github.com/zavitax/redis-replica-manager-go v1.2.11
Group membership, sharding, replication and request routing manager relying on Redis for coordina...
19 versions - Latest release: about 3 years ago - 7 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/x-hgg-x/goecsengine v0.11.2
A simple game engine using Ebitengine with ECS.
23 versions - Latest release: over 3 years ago - 3 dependent packages - 3 dependent repositories - 32 stars on GitHub
Top 8.4% on proxy.golang.org
github.com/x-hgg-x/goecs/v2 v2.0.5
An implementation of the ECS paradigm in Go.
6 versions - Latest release: over 3 years ago - 6 dependent packages - 4 dependent repositories - 10 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/johnmuirjr/choose-donation-assets v0.1.0
Charitable donation calculator for capital gains assets
1 version - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/johnmuirjr/go-knapsack v1.0.0
Package knapsack provides algorithms for solving variations of the knapsack problem. See https://...
1 version - Latest release: almost 4 years ago - 2 dependent packages - 2 dependent repositories - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/andrewstuart/aoc2021 v0.5.0
5 versions - Latest release: over 4 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/AbiosGaming/bit v0.0.0-20201008113648-feaca83d78ce
Package bit provides a bit array implementation. A bit set, or bit array, is an efficient set da...
1 version - Latest release: over 5 years ago - 0 stars on GitHub
Top 6.4% on proxy.golang.org
github.com/x-hgg-x/goecs v1.1.0
An implementation of the ECS paradigm in Go.
2 versions - Latest release: about 6 years ago - 2 dependent packages - 10 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/recoilme/recommendation v0.0.0-20200128111437-465b63e26717
A simple item-item and user-item recommendation engine using cosine similarity.
1 version - Latest release: about 6 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/timdrijvers/recommendation v0.0.0-20191205064926-584ee08460ab
A simple item-item and user-item recommendation engine using cosine similarity.
1 version - Latest release: over 6 years ago - 1 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.

Filter
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/yourbasic/bit
spec
License BSD-2-Clause
Namespace github.com/yourbasic
First Release about 8 years ago
Last Synced 21 days ago
Repository
Stars 141 on GitHub
Forks 25 on GitHub
Rankings on proxy.golang.org
Overall Top 2.8%
Dependent packages Top 1.2%
Dependent repos Top 1.3%
Forks Top 4.5%