Package Usage: go: 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.
1 version
Latest release: about 7 years ago
16 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/yourbasic/bit
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/yourbasic%2Fbit
Dependent Repos 16
zavitax/redis-replica-manager-go
Group membership, sharding, replication and request routing manager relying on Redis for coordination.Size: 66.4 KB - Last synced: 6 months ago - Pushed: over 2 years ago



aunoor/pactelnet
Partial reimplementation libtelnet for GoSize: 50.8 KB - Last synced: 11 months ago - Pushed: over 5 years ago

r0nk/omira
Unix style personal task management.Size: 204 KB - Last synced: 3 months ago - Pushed: 3 months ago

x-hgg-x/arkanoid-go
Arkanoid game in Go using Ebitengine with ECS.Size: 1.03 MB - Last synced: 23 days ago - Pushed: 10 months ago

johnmuirjr/go-knapsack
Golang generic algorithms for solving the knapsack problemSize: 5.86 KB - Last synced: almost 2 years ago - Pushed: almost 3 years ago

x-hgg-x/goecs
An implementation of the ECS paradigm in Go.Size: 29.3 KB - Last synced: 27 days ago - Pushed: over 2 years ago


x-hgg-x/goecsengine
A simple game engine using Ebitengine with ECS.Size: 1.03 MB - Last synced: 29 days ago - Pushed: 10 months ago

x-hgg-x/sokoban-go
Sokoban game in Go using Ebitengine with ECS.Size: 1.19 MB - Last synced: 27 days ago - Pushed: 10 months ago


timdrijvers/recommendation
A simple item-item and user-item recommendation engine using cosine similarity.Size: 9.77 KB - Last synced: 5 days ago - Pushed: over 5 years ago

x-hgg-x/space-invaders-go
Space invaders game in Go using Ebitengine with ECS.Size: 3.97 MB - Last synced: 27 days ago - Pushed: 10 months ago

johnmuirjr/choose-donation-assets
Charitable donation calculator for capital gains assetsSize: 7.81 KB - Last synced: 11 months ago - Pushed: almost 3 years ago

gongchengra/learning-go Fork of TannerGabriel/learning-go
Projects, Algorithms and data structures implemented in Golang with explanations and links to further readingsSize: 2.46 MB - Last synced: 3 months ago - Pushed: 3 months ago

go2hx/go2hxlibs
Working parts of the standard library and 3rd party libraries will be migrated here.Size: 7.22 MB - Last synced: 9 months ago - Pushed: 9 months ago


jawr/castaway
Playing with ECS & ebitenSize: 374 KB - Last synced: 6 days ago - Pushed: almost 5 years ago

clholzin/cs-fundamentals
computer science fundamentalsSize: 2.51 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

atos-smc-x/go-nodeset
Golang implementation of Clustershell NodeSet representationSize: 6.84 KB - Last synced: about 2 years ago - Pushed: over 4 years ago

graph-guard/ggproxy
gguard-proxy exposes gguard functionality over HTTP(S)Size: 729 KB - Last synced: 11 months ago - Pushed: almost 2 years ago

graph-guard/playground 📦
GraphGuard interactive web-based playgroundSize: 949 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago




Drew-Kimberly/advent-of-code
Solutions for [Advent of Code](https://adventofcode.com/)Size: 78.1 KB - Last synced: over 1 year ago - Pushed: over 1 year ago



zzqq0212/ECG
ECG: Augmenting Embedded Operating System Fuzzing via LLM-based Corpus GenerationSize: 740 MB - Last synced: 11 months ago - Pushed: 11 months ago

BottleOfSugar/gonote
a simple notebook written in golangSize: 26.4 KB - Last synced: 2 months ago - Pushed: 7 months ago

HaoxianChen/inc-rds-param-sigmod25
Size: 1.38 MB - Last synced: about 1 month ago - Pushed: about 1 month ago
