C++ Bitvector

Open-source C++ projects categorized as Bitvector

Top 4 C++ Bitvector Projects

  1. gtl

    Greg's Template Library of useful classes.

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. sdsl-lite

    Succinct Data Structure Library 3.0 (by xxsds)

  4. BitLib

    Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.

  5. bit

    C++ header-only library for working in bit-space/GF(2). (by nessan)

    Project mention: Show HN: Fast Random Library for C++17 | news.ycombinator.com | 2025-06-02

    For a more full featured Xoshiro/Xoroshiro implementation see

    https://github.com/nessan/xoshiro

    Documented at: https://nessan.github.io/xoshiro/

    Handles the full family of these generators featuring arbitrary jump sizes, stream partitioning for parallel applications, and, like this library, a number of convenience sampling methods to shield the casual user from the complexities of using .

    Can be used with a companion `bit` library (https://github.com/nessan/bit) that performs efficient linear algebra and polynomial reduction over GF(2) for those that want to explore some of the mathematics behind these linear generators.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Bitvector discussion

Log in or Post with

C++ Bitvector related posts

  • A simple problem that isn't

    3 projects | /r/programming | 5 Jan 2023
  • An optimized replacement of the infamous std::vector&lt;🅱️ool&gt;

    4 projects | /r/cpp | 9 May 2022

Index

What are some of the best open-source Bitvector projects in C++? This list will help you:

# Project Stars
1 gtl 214
2 sdsl-lite 96
3 BitLib 73
4 bit 7

Sponsored
Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?