100 skills found · Page 4 of 4
claudemartin / Enum Bit SetEnumSet and BitSet in one!
Michael-Tieying-Zhang / SIMD BitsetC++ bitset class using SIMD to accelate bitset operations including AND OR COUNT ... It is fast. I am not kidding!
MrElectrify / Better BitsetA better `std::bitset` that supports scanning for bits optimally
smalllixin / Bitarraygolang bitarray implementation with variable bit-width. Like java bitset but a bit more powerful.
ololx / Concurrent BitsetThis is a custom realisation of a thread-safety BitSet.
rmnoon / Ts Bitsetefficient resizable packed bitset (aka bit array, bit vector) in Typescript
takeyourhatoff / BitsetPackage bitset provides Set, a compact and fast representation for a dense set of positive integer values.
jrick / BitsetBitset implementations for Go
prateek27 / N Queen All OptimisationsNQueen using Backtracking, Bitsets and Bitmasks
ekg / Atomicbitvectoratomic bitset/bitvector with size determined at runtime
tmthrgd / Go BitsetAn efficient bitset/bit-array implementation for Golang. [Not maintained].
js-ojus / SparsebitsetA simple implementation of sparse bitsets for positive integers.
vininjr / Bitset Graph🔧 Bitset data structure implementation in c++
astef / BitmaskArbitrary size bitmask (aka bitset) with efficient Slice method
bsm / Bitset.luaBitsets (aka bitstrings or bitmaps) implemented in pure Lua
KernelPryanic / BitsetA pretty fast bitset
elliotwutingfeng / Asciisetasciiset is an ASCII character bitset.
unsetbit / BitsyByte buffer backed bitset for JavaScript
serenity-rs / SmolbitsetA library for storing dynamically sized bitsets with small storage optimization.
bottine / StaticBitSets.jlstatic bitsets julia