BitSet.js
Bit Vector Library
An implementation of an infinite bit vector in JavaScript for efficient bit manipulation and storage.
An arbitrary size Bit-Vector implementation in JavaScript
225 stars
9 watching
30 forks
Language: JavaScript
last commit: 2 months ago bit-arraybit-manipulationbit-twiddlingbit-vectorbitsetbitwisejavascript
Related projects:
Repository | Description | Stars |
---|---|---|
mljs/bit-array | A JavaScript library for efficient binary array operations | 6 |
marcazar/bitvector | An efficient implementation of a compact binary data structure for bit-level operations | 17 |
roaringbitmap/roaring-rs | A data structure library for efficient bitset management | 770 |
jdataview/jbinary | A high-level API for working with binary data in JavaScript. | 541 |
yourbasic/bit | An efficient data structure for compactly storing and manipulating binary numbers using bit-level parallelism. | 159 |
realyuniquename/bits | A data structure that represents a set of binary flags with unlimited bit capacity | 23 |
barncastle/bitskit | A C# library for efficient bit-level operations and manipulation of bit fields in various data types | 43 |
mit-plv/bbv | A repository unifying bit vector definitions and lemmas across multiple Coq projects. | 27 |
btwael/zazate.js | A music theory and notation library for JavaScript and Node.js. | 48 |
bsiever/microbit-webusb | An API and demo application for interacting with the micro:bit over USB using JavaScript | 30 |
thephoeron/bit-smasher | A Common Lisp library providing functions and macros for handling bit vectors, arithmetic, type conversions, and measurements. | 53 |
distintiva/distintiva_microbit_lib | A library that provides a set of APIs for interacting with the BBC micro:bit microcontroller from an Arduino-based environment. | 0 |
marcoheisig/bitfield | A library that provides an efficient mechanism for storing multiple discrete states in a single integer | 26 |
binarybrain/batonnet.js | Converts positive integers into a culturally neutral and user-friendly format | 13 |
bitcoinjs/bitcoinjs-message | A library providing functions to generate digital signatures for Bitcoin messages. | 130 |