Categoria: Computer Science

Artigos, análises e materiais sobre Computer Science.

High Performance, Rules that Survive Measurement

A catalog of Cpp23 rules for fast code, organized by theme and seasoned with the oldest lesson in optimization, which is to measure before believing.

Your Program Does Not Start at main

Before main(), a lot has already happened: the operating system loaded the process, the loader resolved libraries, and the runtime initialized the environment.