Here are
114 public repositories
matching this topic...
A better compressed bitset in Java
Updated
May 23, 2022
Java
Roaring bitmaps in C (and C++)
Go package implementing bitsets
A crate for managing memory bit by bit
A compressed alternative to the Java BitSet class
Updated
Mar 22, 2022
Java
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).
A better compressed bitset in Rust
Updated
Mar 31, 2022
Rust
A compressed bitmap class in C++.
A Swift Bits Manipulation/Bitwise Operations Toolkit
Updated
Apr 30, 2020
Swift
An arbitrary size Bit-Vector implementation in JavaScript
Updated
Mar 28, 2022
JavaScript
An efficient and light-weight ordered set of 32 bits integers.
Updated
May 26, 2022
Python
Simple dense bitmap index in Go with binary operators
Speed-optimized BitSet implementation for modern browsers and JavaScript engines
Updated
Apr 27, 2022
JavaScript
Rust wrapper for CRoaring
Updated
May 28, 2022
Rust
Hierarchical bit set container
Updated
Dec 28, 2020
Rust
A simple bitset library in C
std::bitset with constexpr implementations plus additional features.
Updated
Mar 16, 2021
Python
Build your own Game-Engine based on the Entity Component System concept in Golang.
A library for compact bit sets containing enums.
Updated
Apr 12, 2022
Rust
Project X-Ray Database: XC7 Series
Updated
Dec 14, 2021
Shell
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
Updated
Dec 21, 2021
Java
Solutions for Cracking the Coding Interview - 6th Edition
Updated
Jun 13, 2021
Java
Tools to facilitate data-oriented design in C99.
Fast C header-only library for popcnt, pospopcnt, and set algebraic operations
A fast Bitset class in Swift
Updated
Jul 9, 2019
Swift
A simple sparse bitmap implementation in java
Updated
Jan 28, 2016
Java
Improve this page
Add a description, image, and links to the
bitset
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
bitset
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Java's iterators can skip over values :
https://github.com/RoaringBitmap/RoaringBitmap/blob/master/roaringbitmap/src/main/java/org/roaringbitmap/PeekableIntIterator.java