100 skills found · Page 2 of 4
boostorg / Dynamic BitsetBoost.org dynamic_bitset module
alreich / QualreasQualitative Reasoning: Spatio-Temporal Reasoning using Relation Algebras and Constraint Networks. Documentation is under construction at ReadTheDocs. See link below.
lemire / SwiftBitsetA fast Bitset class in Swift
liheyuan / BloomFilter For KeSeekAn C++ implementation of BloomFilter using bitset and MurmurHash3
BitSetsNet / BitSetsNetA .NET library for compressed bit set data structures
mattkrick / Fast BitsetA fast bitset with some nice methods
xojoc / BitsetBitSet data structure in golang
lattice-land / Cuda BatteryAbstractions of memory, allocator, vector, tuple, shared_ptr, unique_ptr, bitset, variant and string working on both CPU and GPU
wuyong66 / STL本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面试笔试编程题提供便利
xflr6 / BitsetsOrdered subsets over a finite domain
RupertAvery / SparseBitsetsA pure C# implementation of sparse bitsets
rocq-community / BitsA formalization of bitset operations in Coq and the corresponding axiomatization and extraction to OCaml native integers [maintainer=@anton-trunov]
janlelis / Has Many BooleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get saved in the database as a single bitset integer.
jba / BitFast, sparse bitsets
lemire / ConciseC++ implementation of Concise and WAH compressed bitsets
piotte13 / SwiftRoaringA better compressed bitset in Swift
goldsborough / BitsetA pure C Bitset implementation.
chriso / BitsetA compressed bitset with supporting data structures and algorithms
kristinn / Go BloomBloom filter implemented in Go (golang) with both Redis and Bitset backend support.
graydon / BsSimple bitset with small-set (single-word) optimization