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

Topic: "bitarray"

scott-griffiths/bitstring

A Python module to help you manage your bits

Language: Python - Size: 42.1 MB - Last synced at: 6 days ago - Pushed at: 30 days ago - Stars: 424 - Forks: 71

thesolarnomad/lora-serialization

LoraWAN serialization/deserialization library for The Things Network

Language: C++ - Size: 704 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 167 - Forks: 27

mauriciosantos/Buckets-Swift

Swift Collection Data Structures Library

Language: Swift - Size: 2.68 MB - Last synced at: 11 days ago - Pushed at: about 6 years ago - Stars: 118 - Forks: 14

barrust/pyprobables

Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html

Language: Python - Size: 4.35 MB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 116 - Forks: 11

barrust/c-utils

C utility libraries

Language: C - Size: 267 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 72 - Forks: 13

nickzuber/needle

:pushpin::books: An extensive standalone data structure library for JavaScript.

Language: JavaScript - Size: 560 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 25 - Forks: 0

aesy/easy-bits

Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript

Language: JavaScript - Size: 2.03 MB - Last synced at: 5 days ago - Pushed at: 10 months ago - Stars: 22 - Forks: 0

swiing/Bit-TypedArray

A BitArray object exhibiting the interface of standard ecmascript TypedArray's

Language: TypeScript - Size: 117 KB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 17 - Forks: 2

jfeser/bitarray

Fast vectorized bitarrays for OCaml

Language: OCaml - Size: 69.3 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 16 - Forks: 0

cbetta/json-bloomfilter

🗜 A bloom filter implementation in Ruby and Javascript that is serialisable to JSON and compatible between both languages.

Language: Ruby - Size: 2.82 MB - Last synced at: 12 months ago - Pushed at: about 12 years ago - Stars: 15 - Forks: 2

cleoold/bitarray

Bit array (or bit set, bit string, boolean vector, ..., whatever) data structure for Lua.

Language: C - Size: 69.3 KB - Last synced at: 10 days ago - Pushed at: almost 5 years ago - Stars: 14 - Forks: 3

sokil/php-bitmap

Bitmap representation with bitwise operations

Language: PHP - Size: 35.2 KB - Last synced at: 8 days ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 2

damnever/bitarray

BitArray for Golang

Language: Go - Size: 8.79 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 12 - Forks: 2

avagordon01/bitarray

c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset

Language: C++ - Size: 85 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 11 - Forks: 0

swiing/BitArray

An ES6 BitArray class for easy and native-like operations on sequences of bits

Language: TypeScript - Size: 104 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 8 - Forks: 2

tunabay/go-bitarray

A Go package providing data types and functions for manipurating bit arrays, aka bit strings, of arbitrary length.

Language: Go - Size: 30.7 MB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 1

ciubotaru/bitfield

A bit-array manipulation library in C

Language: C - Size: 725 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

YesDrX/bitarray

A simple bitarray library for nim.

Language: Nim - Size: 1.47 MB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

kawasin73/bitset

Bi-Endian Bit Vector (Array) in Golang

Language: Go - Size: 49.8 KB - Last synced at: 10 months ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 3

takeyourhatoff/bitset

Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.

Language: Go - Size: 11.7 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 1

mrazza/BitmapNet

A Bitmap library (think BitArray, BitVector32, or Bit Index, not bmp) written in C# with more functionality than the .NET default.

Language: C# - Size: 23.4 KB - Last synced at: 15 days ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 2

Hellisotherpeople/Genetic-Algorithims-Python

Some fun code I wrote. One file does string matching and another one solves the Knapsack problem.

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 6 - Forks: 1

pwm/bitset

A library implementing the Bit Set data structure.

Language: PHP - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

chakravala/PrimitiveBits.jl

Static bit-vector with primitive byte storage and bit-wise index

Language: Julia - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

Notgnoshi/Bitfield

A Python bitfield class for easier bit manipulation of integers

Language: Python - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

scott-griffiths/bitformat

A Python module for creating and parsing binary data and formats, especially at the bit rather than byte level.

Language: Python - Size: 1.71 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0

nitxiodev/python-bloomfilter

Scalable bloom filter using different backends written in Python

Language: Python - Size: 37.1 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

ph4r05/bitarray Fork of ilanschnell/bitarray

Efficient bit array operations library for Python implemented in C

Language: Python - Size: 1.91 MB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

xiaoyuechen/bitplusplus

Bitplusplus - A Better Bit Library for C++

Language: C++ - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

jmaister/bitarray

Python implementation of a bitarray

Language: Python - Size: 5.86 KB - Last synced at: 25 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Suryansh-Dey/mySTL

A library for competitive programming to solve even graph problems in minutes!

Language: C++ - Size: 225 MB - Last synced at: 15 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

Subhash3/Bit-array-in-cpp

These are useful in coding competitions to optimise the space complexity and even time complexity sometimes.

Language: C++ - Size: 1.95 KB - Last synced at: 24 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

eurocat2k/ais-six-bit-converter

Convert AIS 6 bit characters encoded string - ICAO/ADEXP FPL callsign or ident - from 6 bits encoded string to ASCII, and from ASCII to 6 bits encodings.

Language: JavaScript - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

synodriver/cybitarray

direct access bitarray from cython

Language: Python - Size: 21.5 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

S4eed3sm/Go-Bitarray

Pure-Golang and memory efficient implementation of bitarray.

Language: Go - Size: 11.7 KB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

aermolaev/bitarray

A bit array is an array data structure that compactly stores bits.

Language: Go - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

rootslab/toni

Toni, a simple and efficient bitmap implementation for integer sets, using bitwise operations and a Buffer.

Language: JavaScript - Size: 25.4 KB - Last synced at: about 15 hours ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 3

CTMacUser/BitArray

Yet another bit-packed Boolean array in Swift

Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

LesiaUKR/goit-algo2-hw-05

Master's | Design & Analysis of Algorithms | Algorithms for Big Data Processing

Language: Python - Size: 35.2 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Abductcows/java-bit-array

The List<Boolean> we deserve

Language: Java - Size: 524 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

fymue/bitarray

Dynamic bitarray implementation written in C.

Language: C - Size: 53.7 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

zimmydev/bitstring 📦

A library for working with bits and bitstrings in elm.

Language: Elm - Size: 46.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MrJake222/huffman_coding

Adaptive Huffman coding in C++

Language: C++ - Size: 4.26 MB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Vitalick/bitslice

Go package for transform byte slice to bool slice and vice-versa.

Language: Go - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Abductcows/bit-array-benchmarks

Benchmarks for BitArray class

Language: Java - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

dranidis/bitarray

Language: Go - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

minami14/go-bitarray

bool array with low memory usage.

Language: Go - Size: 46.9 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

eurocat2k/jsBitArray

bit manipulation module in javascript

Language: JavaScript - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

adaminsky/Bitarray

Fixed sized bitarrays for OCaml.

Language: OCaml - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

c2akula/bitarray

Package bitarray provides a convenient and fast BitArray data structure that compactly stores bits in Go.

Language: Go - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

mrecachinas/sigplot-bitarray

WebAssembly prototype of SigPlot's BitArray

Language: Rust - Size: 22.5 KB - Last synced at: 26 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

olegrok/bit_array

Constant-size bit array

Language: C - Size: 57.6 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

sdvcrx/bitmap

A simple bitmap implementation in JavaScript

Language: JavaScript - Size: 13.7 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

dearblue/mruby-bitset

variable length bit-map/bit-array manipulator

Language: C - Size: 19.5 KB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Moonstroke/CODS 📦

C Opaque Data Structures

Language: C - Size: 405 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0