Callbacks in embedded | heapless environment

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

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

    A library for Study Group 14 of Working Group 21 (C++)

  • compile-time-init-build

    C++ library for composing modular firmware at compile-time.

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

    An open-source C++ library developed and used at Facebook.

  • I've just discovered folly::Function it depends on Folly library, but can be useful for somebody.

  • function2

    Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more

  • Fixed size function wrappers are not only limited and also a waste of space. Use a configurable function wrapper like fu2 with a stack allocator and set small object optimizer capacity to 0.

  • binutils-gdb

    Unofficial mirror of sourceware binutils-gdb repository. Updated daily.

  • function_view from binutils-gdb + it has good explanation and examples function_red by Su Brand - nice drop-in option

  • function_ref

    A lightweight, non-owning reference to a callable.

  • function_view from binutils-gdb + it has good explanation and examples function_red by Su Brand - nice drop-in option

  • small_function

    Allocation-free move-only alternative to std::function for C++17

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