Ecosyste.ms: Repos

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

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 6 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: https://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.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 66.4 KB - Last synced: 4 months ago - Pushed: over 1 year ago

shav/golearn
  • v0.0.0-20180313074424-45a4409f4082 Algorithms/go.mod
  • v0.0.0-20180313074424-45a4409f4082 Algorithms/go.sum

Size: 3.05 MB - Last synced: 9 months ago - Pushed: almost 2 years ago

andrewstuart/aoc2021
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

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

aunoor/pactelnet
Partial reimplementation libtelnet for Go
  • * Gopkg.toml

Size: 50.8 KB - Last synced: 10 months ago - Pushed: over 4 years ago

r0nk/omira
Unix style personal task management.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 202 KB - Last synced: 5 months ago - Pushed: 5 months ago

x-hgg-x/arkanoid-go
Arkanoid game in Go using Ebitengine with ECS.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 1.01 MB - Last synced: 11 months ago - Pushed: about 1 year ago

johnmuirjr/go-knapsack
Golang generic algorithms for solving the knapsack problem
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 5.86 KB - Last synced: 10 months ago - Pushed: almost 2 years ago

x-hgg-x/goecs
An implementation of the ECS paradigm in Go.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 29.3 KB - Last synced: 10 months ago - Pushed: over 1 year ago

nj-eka/gb_go2
  • v0.0.0-20180313074424-45a4409f4082 lsn2/go.mod

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

x-hgg-x/goecsengine
A simple game engine using Ebitengine with ECS.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 1.03 MB - Last synced: 7 months ago - Pushed: 7 months ago

x-hgg-x/sokoban-go
Sokoban game in Go using Ebitengine with ECS.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 1.19 MB - Last synced: 7 months ago - Pushed: 7 months ago

IvanBychkov27/testgo18
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 62.1 MB - Last synced: about 2 months ago - Pushed: about 1 year ago

timdrijvers/recommendation
A simple item-item and user-item recommendation engine using cosine similarity.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 9.77 KB - Last synced: 3 months ago - Pushed: over 4 years ago

x-hgg-x/space-invaders-go
Space invaders game in Go using Ebitengine with ECS.
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 3.96 MB - Last synced: 7 months ago - Pushed: 7 months ago

johnmuirjr/choose-donation-assets
Charitable donation calculator for capital gains assets
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 7.81 KB - Last synced: 10 months ago - Pushed: almost 2 years ago

gongchengra/learning-go Fork of TannerGabriel/learning-go
Projects, Algorithms and data structures implemented in Golang with explanations and links to further readings
  • v0.0.0-20180313074424-45a4409f4082 02.algorithms/math/go.mod
  • v0.0.0-20180313074424-45a4409f4082 02.algorithms/math/go.sum

Size: 2.47 MB - Last synced: 17 days ago - Pushed: 17 days ago

go2hx/go2hxlibs
Working parts of the standard library and 3rd party libraries will be migrated here.
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 6.25 MB - Last synced: about 21 hours ago - Pushed: about 23 hours ago

jawr/castaway
Playing with ECS & ebiten
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 374 KB - Last synced: about 1 year ago - Pushed: about 4 years ago

clholzin/cs-fundamentals
computer science fundamentals
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 2.51 MB - Last synced: 8 months ago - Pushed: 8 months ago

atos-smc-x/go-nodeset
Golang implementation of Clustershell NodeSet representation
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 3 years ago

graph-guard/ggproxy
gguard-proxy exposes gguard functionality over HTTP(S)
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

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

graph-guard/playground 📦
GraphGuard interactive web-based playground
  • v0.0.0-20180313074424-45a4409f4082 engine/go.sum

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

PollockLaboratory/AnVir
  • v0.0.0-20180313074424-45a4409f4082 go/go.mod
  • v0.0.0-20180313074424-45a4409f4082 go/go.sum

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

project-machine/mos
Machine OS
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

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

kijimaD/ruins
RPG
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 87.2 MB - Last synced: about 2 months ago - Pushed: about 2 months ago

Drew-Kimberly/advent-of-code
Solutions for [Advent of Code](https://adventofcode.com/)
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 78.1 KB - Last synced: 5 months ago - Pushed: 5 months ago

feliperyan/fryan-ecs
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 17.6 KB - Last synced: about 2 months ago - Pushed: 6 months ago

IvanBychkov27/test
  • v0.0.0-20180313074424-45a4409f4082 go.mod
  • v0.0.0-20180313074424-45a4409f4082 go.sum

Size: 29.3 MB - Last synced: about 2 months ago - Pushed: over 1 year ago