EN

Audio Development and C++

Introduction I came into programming from a background in music production and audio engineering. I'd been interested in programming for a long time, …

cppdspaudiodevvst
Dev.to
EN

Pointers and Tuning and Loops! Oh My!

Introduction While all code should be efficient, code for library-like components, especially involving loops, should be as efficient as possible sinc…

ccpp
Dev.to
EN

C++ and Microarchitecture Nuances

C++ source code is written in order. That does not mean the processor executes it in order. This is the first correction. It is also the one many perf…

cppperformance
Dev.to