100 skills found · Page 3 of 4
lichray / BitvectorA dynamic version of std::bitset
tdegrunt / Bitsetdeprecated - check out https://github.com/infusion/BitSet.js instead!
mlafeldt / Libbig IntPortable C library to calculate integers and bitsets of arbitrary length
bsm / Bitmap.luaLua bitmaps (aka bitstrings or bitsets) implemented in C
patrickmn / Go BitsetEfficient map[uint32|64]bool-like bitset for Go
nurmohammed840 / Index Setbitset implementation with support for atomic operations
tsuraan / BitsetErlang implementation of a bitset
junkdog / BitvectorUncompressed, dynamically resizeable bitset for Kotlin (JS/JVM/Android)
avagordon01 / Bitarrayc++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset
syoyo / Dynamic BitsetSimple dynamic bitset template class
CasualX / Bitset CoreStraightforward, no-std compatible, simd optimized, BitSet API.
jba / BitsetBitsets for Go
mattreecebentley / Plf BitsetsA drop-in replacement for std::bitset (mostly) with additional functions, + 2 others
neg4n / BitfA tiny and robust library to manage bitflags / bitsets / optionsets in TypeScript & JavaScript
diegum / Bitset IteratorA longtime needed iterator for C++ STL std::bitset<N>
udoprog / UnisetA hierarchical growable bitset which supports in-place atomic operations
paultan63 / Php Roaring Bitmap ExtensionRoaring Bitmap(Bitset) extension for PHP based on CRoaring library
iamywang / Cache Simulator基于C++标准库中bitset实现的Cache模拟器(包括数据缓存和指令缓存、多种替换策略以及回写策略)
safigo / BinflagsBitset library provides implementation for all int/uint types and arrays and maps
plhwin / BitmapGo/Golang's bitmap(bitset) function,this function is achieved by the official package: "math/big" (big.Int),it's high efficiency and easy to use