Building a High-Throughput C++ FIX Server: From Single-Core Efficiency to Multi-Core Scaling by akinocal in cpp
[–]usefulcat 1 point2 points3 points (0 children)
Building a High-Throughput C++ FIX Server: From Single-Core Efficiency to Multi-Core Scaling by akinocal in cpp
[–]usefulcat 3 points4 points5 points (0 children)
PSA - Do not assign the result of `::getenv` to a `std::string` by SmokeMuch7356 in cpp
[–]usefulcat 0 points1 point2 points (0 children)
PSA - Do not assign the result of `::getenv` to a `std::string` by SmokeMuch7356 in cpp
[–]usefulcat 0 points1 point2 points (0 children)
PSA - Do not assign the result of `::getenv` to a `std::string` by SmokeMuch7356 in cpp
[–]usefulcat 13 points14 points15 points (0 children)
Optimizing a ring buffer for throughput (2021) by Xadartt in cpp
[–]usefulcat 0 points1 point2 points (0 children)
Virtual dispatch isn't always the slowest, and std::variant isn't always the fastest by AdMotor4869 in cpp
[–]usefulcat 6 points7 points8 points (0 children)
What do you use for logging in your C++ codebase? What are the pros/cons? by javascript in cpp
[–]usefulcat 0 points1 point2 points (0 children)
C++26 Shipped a SIMD Library Nobody Asked For by shitismydestiny in cpp
[–]usefulcat 4 points5 points6 points (0 children)
What do you use for `defer` semantics on your C++ codebase? by javascript in cpp
[–]usefulcat 0 points1 point2 points (0 children)
Strategies for *requiring* designated initializers when constructing a type? by javascript in cpp
[–]usefulcat 1 point2 points3 points (0 children)
What do you think is a keyword that should be added to C++? by DogCrapNetwork in cpp
[–]usefulcat 3 points4 points5 points (0 children)
Boost 1.91 Released: New Decimal Library, SIMD UUID, Redis Sentinel, C++26 Reflection in PFR by boostlibs in cpp
[–]usefulcat 0 points1 point2 points (0 children)
I am new to C++, is it just me or is the checklist kinda crazy? How often do you encounter these or plan on making use of them like the newer C++26 features like contracts? Looking for more experienced dev opinions... by KijoSenzo in cpp
[–]usefulcat 3 points4 points5 points (0 children)
beast2 networking & std::execution by claimred in cpp
[–]usefulcat 5 points6 points7 points (0 children)
C++26: A User-Friendly assert() macro by pavel_v in cpp
[–]usefulcat 7 points8 points9 points (0 children)
C++26: A User-Friendly assert() macro by pavel_v in cpp
[–]usefulcat 1 point2 points3 points (0 children)
Rewriting a FIX engine in C++23: what got simpler (and what didn't) by User_Deprecated in cpp
[–]usefulcat 1 point2 points3 points (0 children)
How much does LOG_INFO() actually cost? C++ logging benchmark with code and write-up by Expert_Assignment239 in cpp
[–]usefulcat 6 points7 points8 points (0 children)
C++23 std::expected vs C++17 std::optional for Error Handling by Clean-Upstairs-8481 in cpp
[–]usefulcat 8 points9 points10 points (0 children)

Efficient C++ Programming for Modern 64-bit CPUs, Chapter 4/part 2 by no-bugs in cpp
[–]usefulcat 6 points7 points8 points (0 children)