bitarray
There are 56 repositories under bitarray topic.
scott-griffiths/bitstring
A Python module to help you manage your bits
thesolarnomad/lora-serialization
LoraWAN serialization/deserialization library for The Things Network
mauriciosantos/Buckets-Swift
Swift Collection Data Structures Library
barrust/pyprobables
Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html
barrust/c-utils
C utility libraries
nickzuber/needle
:pushpin::books: An extensive standalone data structure library for JavaScript.
aesy/easy-bits
Enums, BitFlags, BitFields, BitMasks and BitArrays for JavaScript & TypeScript
swiing/Bit-TypedArray
A BitArray object exhibiting the interface of standard ecmascript TypedArray's
cbetta/json-bloomfilter
🗜 A bloom filter implementation in Ruby and Javascript that is serialisable to JSON and compatible between both languages.
jfeser/bitarray
Fast vectorized bitarrays for OCaml
cleoold/bitarray
Bit array (or bit set, bit string, boolean vector, ..., whatever) data structure for Lua.
LaiYizhou/Unity-Utils
unity3d utils for me and by me.
avagordon01/bitarray
c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset
damnever/bitarray
BitArray for Golang
sokil/php-bitmap
Bitmap representation with bitwise operations
ciubotaru/bitfield
A bit-array manipulation library in C
tunabay/go-bitarray
A Go package providing data types and functions for manipurating bit arrays, aka bit strings, of arbitrary length.
kawasin73/bitset
Bi-Endian Bit Vector (Array) in Golang
swiing/BitArray
An ES6 BitArray class for easy and native-like operations on sequences of bits
takeyourhatoff/bitset
Package bitset provides Set, a compact and fast representation for a dense set of positive integer values.
YesDrX/bitarray
A simple bitarray library for nim.
Hellisotherpeople/Genetic-Algorithims-Python
Some fun code I wrote. One file does string matching and another one solves the Knapsack problem.
mrazza/BitmapNet
A Bitmap library (think BitArray, BitVector32, or Bit Index, not bmp) written in C# with more functionality than the .NET default.
Notgnoshi/Bitfield
A Python bitfield class for easier bit manipulation of integers
pwm/bitset
A library implementing the Bit Set data structure.
chakravala/PrimitiveBits.jl
Static bit-vector with primitive byte storage and bit-wise index
xiaoyuechen/bitplusplus
Bitplusplus - A Better Bit Library for C++
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.
jmaister/bitarray
Python implementation of a bitarray
nitxiodev/python-bloomfilter
Scalable bloom filter using different backends written in Python
ph4r05/bitarray
Efficient bit array operations library for Python implemented in C
scott-griffiths/bitformat
A Python module for creating and parsing binary data and formats, especially at the bit rather than byte level.
abaelen/BitStream
Back end array, declared as ordinary byte array (8-bits). But internal datastructure managed as a 'collection' of bit-subarrays:
c2akula/bitarray
Package bitarray provides a convenient and fast BitArray data structure that compactly stores bits in Go.
Subhash3/Bit-array-in-cpp
These are useful in coding competitions to optimise the space complexity and even time complexity sometimes.
Suryansh-Dey/mySTL
A library for competitive programming to solve even graph problems in minutes!