cppreference-doc VS compile-time-init-build

Compare cppreference-doc vs compile-time-init-build and see what are their differences.

cppreference-doc

C++ standard library reference (by PeterFeicht)

compile-time-init-build

C++ library for composing modular firmware at compile-time. (by intel)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
cppreference-doc compile-time-init-build
7 8
511 380
- 3.2%
2.1 9.3
8 months ago 8 days ago
HTML C++
GNU General Public License v3.0 only Boost Software License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cppreference-doc

Posts with mentions or reviews of cppreference-doc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.

compile-time-init-build

Posts with mentions or reviews of compile-time-init-build. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-31.
  • Callbacks in embedded | heapless environment
    7 projects | /r/cpp | 31 Mar 2023
  • Looking for well written, modern C++ (17/20) example projects for microcontrollers
    19 projects | /r/embedded | 16 Mar 2023
    cib: a hyper-modern way that intel is doing it's foundational infrastructure
    19 projects | /r/embedded | 16 Mar 2023
    init/build is supposed to be the new thing, but i never touched and no embedded example are available. video
  • Future of embedded coding architecture
    3 projects | /r/embedded | 7 Nov 2022
    One library (called cib) which uses CRTP and constexpr to generate a simple framework to use is https://github.com/intel/compile-time-init-build Here is a detailed video about it https://www.youtube.com/embed/fk0ihqOXER8
    3 projects | /r/embedded | 7 Nov 2022
    The second approach is implemented using same design patterns and SOLID principles, but instead of class inheritance, we use template inheritance along with constexpr. Example code can be found here, https://github.com/intel/compile-time-init-build/tree/main/examples/hello_world
    3 projects | /r/embedded | 7 Nov 2022
    What are your thoughts about this CIB library by Intel, https://github.com/intel/compile-time-init-build I am interested to see if this is a generalized and good approach to use compile time polymorphism in MCUs.

What are some alternatives?

When comparing cppreference-doc and compile-time-init-build you can also consider the following projects:

telescope-vimwiki.nvim - look through your vimwiki with your telescope

amp-embedded-infra-lib - amp-embedded-infra-lib is a set of C++ libraries and headers that provide heap-less, STL like, infrastructure for embedded software development

sml - C++14 State Machine library

amp-hal-st - HAL implementation of the Embedded Infrastructure Library for ST microcontrollers

CPython - The Python programming language

axios-docs - Official documentation for the axios HTTP library

tinyusb - An open source cross-platform USB stack for embedded system

caniuse - Raw browser/feature support data from caniuse.com

etl - Embedded Template Library

cpp_stm32 - Pure c++17 implementation of stm32 driver

ardupilot - ArduPlane, ArduCopter, ArduRover, ArduSub source