bitset
There are 159 repositories under bitset topic.
RoaringBitmap/RoaringBitmap
A better compressed bitset in Java: used by Apache Spark, Netflix Atlas, Apache Pinot, Tablesaw, and many others
RoaringBitmap/roaring
Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
RoaringBitmap/CRoaring
Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks
bits-and-blooms/bitset
Go package implementing bitsets
ferrilab/bitvec
A crate for managing memory bit by bit
P-p-H-d/mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
RoaringBitmap/roaring-rs
A better compressed bitset in Rust
lemire/javaewah
A compressed alternative to the Java BitSet class
lemire/EWAHBoolArray
A compressed bitmap class in C++.
kelindar/bitmap
Simple dense bitmap index in Go with binary operators
rawify/BitSet.js
An arbitrary size Bit-Vector implementation in JavaScript
uraimo/Bitter
A Swift Bits Manipulation/Bitwise Operations Toolkit
Ezibenroc/PyRoaringBitMap
Python library for handling efficiently sorted integer sets.
greg7mdp/gtl
Greg's Template Library of useful classes.
yourbasic/bit
Bitset data structure
lemire/FastBitSet.js
Speed-optimized BitSet implementation for modern browsers and JavaScript engines
RoaringBitmap/croaring-rs
Rust FFI wrapper for CRoaring
andygeiss/ecs
Build your own Game-Engine based on the Entity Component System concept in Golang.
lemire/cbitset
A simple bitset library in C
amethyst/hibitset
Hierarchical bit set container
ClaasBontus/bitset2
std::bitset with constexpr implementations plus additional features.
plabayo/venndb
in memory Rust database to query your data like a Venn diagram
Lymia/enumset
A library for compact bit sets containing enums.
lemire/csharpewah
Compressed bitmaps in C#
andreasvc/roaringbitmap
Roaring Bitmap in Cython
udoprog/bittle
Zero-cost bitsets over native Rust types
f4pga/prjxray-db
Project X-Ray Database: XC7 Series
devnied/Bit-lib4j
Useful library to handle bytes or bits in Java. Read and write data in a byte array with a custom size for Java types. Read/Write Integer, Long, signed data, String, Hexa String and Date bit to bit
fix8mt/conjure_enum
Lightweight header-only C++20 enum and typename reflection
deepak-malik/Cracking-The-Coding-Interview
Solutions for Cracking the Coding Interview - 6th Edition
mklarqvist/libalgebra
Fast C header-only library for popcnt, pospopcnt, and set algebraic operations
rhalbersma/bit_set
Rebooting the std::bitset franchise
tower120/hi_sparse_bitset
Hierarchical sparse bitset
hu55a1n1/dod
Tools to facilitate data-oriented design in C99.
lemire/SwiftBitset
A fast Bitset class in Swift
hashd/bitmap-elixir
Bitmap implementation in Elixir using binaries and integers. Fast space efficient data structure for lookups