Tag: Cpp-Libraries
15 posts
2026-07-30
C++ Project Scaffolding and Build Configuration: CPM.cmake vs Meson vs build2 in 2026
2026-06-30Self-Hosted C++ Process Management Libraries: reproc vs Boost.Process vs cpp-subprocess
2026-06-30Self-Hosted C++ Reflection Libraries: rttr vs refl-cpp vs ponder
2026-06-30Self-Hosted C++ State Machine Libraries: Boost.SML vs tinyfsm vs HFSM2
2026-06-29Self-Hosted C++ Polymorphic Memory Resources: std::pmr vs Boost.Container vs jemalloc vs mimalloc
2026-06-29Self-Hosted C++ RAII Scope Guards & Smart Resource Handles: Boost.Scope vs Folly vs GSL vs Unique Resource
2026-06-29Self-Hosted C++ Type Erasure Libraries: Proxy vs Dyno vs Boost.TypeErasure vs function2
2026-06-22C++ Documentation Generators: Doxygen vs Standardese vs hdoc vs moxygen
2026-06-22C++ Error Handling Libraries: Boost.LEAF vs tl::expected vs Boost.Outcome vs std::expected
2026-06-22C++ Interpolation & Spline Libraries: tinyspline vs Eigen Splines vs Boost.Math vs GSL
2026-06-21Self-Hosted Coroutine Libraries: libaco vs greenlet vs libco vs boost::context — Asymmetric Coroutines for High-Concurrency C/C++ Systems
2026-06-19Open-Source Fixed-Point Arithmetic Libraries: libfixmath vs fpm vs CNL vs shopspring/decimal