What std::bitset could have been

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • better_bitset

    A better `std::bitset` that supports scanning for bits optimally

  • To experiment with how the standard could have been, I wrote a minimal version of std::bitset that implements first_zero and first_one.

  • CRoaring

    Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, and StarRocks

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • bitset2

    std::bitset with constexpr implementations plus additional features.

  • Have a look at bitset2!

  • itsy_bitsy

    Bit containers, sequences, and views for everyone. 🕷️

  • Are patches you mentioned related to this library https://github.com/ThePhD/itsy_bitsy ?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts