Title: Compiling C++ like a Boss: Debugging and Performance Optimization
Yo guys, I've been trying to shave some milliseconds off my crypto trading bot, and I've hit a wall with optimizing performance. Does anyone have some solid advice on how to identify and eliminate slow code paths? I've heard of things like compiler flags and code profiling, but I'm not sure where to start
Yo guys, I've been trying to shave some milliseconds off my crypto trading bot, and I've hit a wall with optimizing performance. Does anyone have some solid advice on how to identify and eliminate slow code paths? I've heard of things like compiler flags and code profiling, but I'm not sure where to start