Picking a C++ style

After several years in JVM and JavaScript land, I recently started working with C++ again. To catch up on the latest (and exciting) developments such … ...more

April 10, 2024 #io_uring #Linux #async

Envoy event dispatcher

Like most high-performance servers, Envoy performs IO asynchronously using event loops on a relatively small number of worker threads. How Does Envoy'… ...more

March 22, 2024 #envoy #proxy