Getting started with Boost in 2022

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. llfio

    P1031 low level file i/o and filesystem library for the C++ standard

    I'm a fan of Interprocess, used it for over a decade. But for mmapping I've switched to LLFIO and recommend it highly. (Plugging so Niall doesn't have to.)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. univalue

    An easy-to-use and competitively fast JSON parsing library for C++17, forked from Bitcoin Cash Node's own UniValue library.

    Not a huge fan of it. But it does the job. I prefer either the lib I maintain: UniValue or the ubiquitous nlohmann.

  4. json_test_data

    Test data for nlohmann/json

    Not a huge fan of it. But it does the job. I prefer either the lib I maintain: UniValue or the ubiquitous nlohmann.

  5. boost-ci

    Continuous Integration Toolkit for boostorg code repositories

    For instance, this is including a single directory: https://github.com/boostorg/boost-ci/blob/master/test/cmake_test/CMakeLists.txt

  6. ut

    C++20 μ(micro)/Unit Testing framework

    https://github.com/boost-ext/ut from Kris Jusiak is worth checking

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Functional Tests as a Tree of Continuations

    2 projects | news.ycombinator.com | 13 Mar 2025
  • C++ Comparison Operator Craziness

    1 project | news.ycombinator.com | 12 Feb 2024
  • Updates to `testcase` Testing Framework: Enhanced Assertions, Time Manipulation, Random Value Generation and More!

    1 project | /r/GolangLinks | 16 Jun 2023
  • Semi crise existentielle de développeur

    1 project | /r/QuebecTI | 7 Jun 2023
  • `DestroyJavaVM()` failing on OpenJ9?

    2 projects | /r/javahelp | 22 Apr 2023

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