IO library for embedded devices - looking for contributor

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • quom

    Quom generates a single header file from your for C/C++ sources. This is also known as amalgamation.

  • compile-time-printer

    Prints values and types during compilation!

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

  • My morass of embedded hobby code includes a prototype implementation of libfmt/python-like string formatting that may or may not build as I'm actively tinkering with the tuple type it uses. There are no exceptions or dynamic allocations and it's constexpr: https://github.com/goshdarnharris/utl/blob/master/include/utl/format.hh

  • llfio

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

  • FYI it doesn't solve quite what you're solving, but I've been careful to ensure https://github.com/ned14/llfio works well on Freestanding and < 64 Kb microcontrollers and I know Victor has been careful to ensure a good subset of std::format could work well on embedded. In other words, the i/o story for embedded C++ may improve greatly in the next few years.

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

  • Error formatter for template specializations

    2 projects | /r/cpp | 3 May 2023
  • Compile-Time Printer: Prints values and types during compilation!

    2 projects | /r/cpp | 11 Jan 2021
  • Yet another one man game engine

    1 project | /r/gameenginedevs | 13 Jan 2023
  • Force compiler to construct strings dynamically on the stack (win64)

    1 project | /r/cpp | 29 Dec 2022
  • Code criticism on decrypt function

    1 project | /r/cpp_questions | 21 Nov 2022