Log In
Log In

Next Post

  • Dmitry's JSON's Improvements
    Link #JSON
    Boost.JSON was updated with error handling propagated to the back‑end optional/variant traits, a parse_into function for direct parsing that can double speed, variant conversion via event replay, and a constructor fix treating initializer_lists as copies.
  • 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.