C++ Show and Tell - October 2022

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
  • DataContainer

  • simple_units

    A C++20 header-only library for strongly typed units

  • I just released my new units library, Simple Units. Compared to other units libraries, mine is a lot more minimal, with an emphasis on being reasonably quick to compile, and working well with IDE features such as type deduction. This library gives you the su::unit type, which is basically std::chrono::duration but with an additional template parameter describing the unit. Then, instead of a full dimensional analysis system, you describe relations between units, such as seconds * Watts = Joules.

  • 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
  • uvfs

    Microscopic C++20 archive format

  • recently I had the need for an archive format where file access could be mmap'd and with very fast random access to the contained files. not sure if I managed but if that can be useful to anyone: https://github.com/celtera/uvfs ; ideally i'd like to investigate how to serialize the hash map directly so that it could just be mapped too instead of having to recreate it on load.

  • Reduct Storage

    Discontinued A time series database for storing and managing large amounts of blob data [Moved to: https://github.com/reductstore/reductstore]

  • hwinfo

    cross platform C++ library for hardware information (CPU, RAM, GPU, ...)

  • Pepper

    PE32 (x86) and PE32+ (x64) binaries analysis tool, resources viewer/extractor. (by jovibor)

  • CustomKeyboard

    Discontinued A swiss knife for myself - automotive development tools and a plenty of other things (by kurta999)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • event-bus

    Event Bus utility

  • BFScript

    A compiler backend paired with a proof of concept programming language that compiles to Brainfuck.

  • signal-slot-benchmarks

    Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.

  • A lot of things have been done for signal/slot libraries in C++. How do you compare to the existing libraries? Can you add your library to this benchmark?

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