Log In
Log In

Mohammad's Q2 2024 Update

https://cppalliance.org/mohammad/2024/07/10/MohammadsQ2Update.html

Deprecation of beast::ssl_stream and beast::flat_stream, recommending asio::ssl::stream. Coroutine examples are simplified using asio::deferred. New fuzzing targets added, a Boost.Http.IO coroutine client example added, and Boost‑Gecko received a learn index.

Next Post

  • Ruben's Q2 update
    Link #MySQL
    C++20 modules for Boost were evaluated, revealing limited compiler support and high integration effort, causing the community to delay adoption. A Boost.Asio coroutine talk was presented, and Boost.MySQL added range formatting and pipeline request support.
  • Powering Cognitive Communications Engine for NASA with Boost
    News #Serialization
    Boost libraries were employed to provide permissive‑licensed, reliable networking and serialization for a C++11 reinforcement‑learning cognitive engine that autonomously optimizes ISS radio communications. Boost.Asio was used to handle concurrent UDP/Ethernet I/O, and Boost.Serialization was used to enable state persistence across orbital passes, facilitating successful on‑orbit testing.
  • A postgres library for Boost
    Link #Asio
    A Boost-native PostgreSQL library, NativePG, is being developed to provide low‑level message serialization, type parsing, pipelined request composition, flexible response handlers, Asio‑based connections, auto‑batching, connection pooling, and safe SQL formatting, extending beyond libPQ.
  • Moving Boost forward: Asio, coroutines, and maybe even modules
    Link #Decimal
    Boost updates include coroutine-based Asio usage, a prototype for native C++20 module support with CMake integration, performance benchmarks and enhancements for Boost.MySQL, Boost.Decimal integration, and plans for a Postgres library.