Taking logging off the hot path
A single log call can cost thousands of cycles. In this post I discuss where that time goes, and how to move it out of the hot-path.
A single log call can cost thousands of cycles. In this post I discuss where that time goes, and how to move it out of the hot-path.