Media Summary: This talk was recorded at NDC TechTown in Kongsberg, Norway.  ... Click this link and use my code ABSTRACTION to get 25% off How do CPUs take code electrical signals and translate them to strings of text on-screen that a human can actually understand?

Faster Programs With Your Compilers - Detailed Analysis & Overview

This talk was recorded at NDC TechTown in Kongsberg, Norway.  ... Click this link and use my code ABSTRACTION to get 25% off How do CPUs take code electrical signals and translate them to strings of text on-screen that a human can actually understand? When you first learned to write code, you probably realized that computers don't really have any common sense. You need to tell ... A few more things I thought were really interesting to include to optimization isn't always about multi-threading and optimizing hardware utilization. in fact, most performance work is about simply ...

Photo Gallery

Faster programs with your compilers autovectorization feature - Ivica Bogosavljevic - NDC TechTown
Optimising Code - Computerphile
Should a compiler optimize this?
FDO: Magic 'Make My Program Faster' Compilation Option?
Make existing code run faster, with compiler optimizations.
BLAZINGLY FAST C++ Optimizations
Speed for Free - current state of auto vectorizing compilers - Stefan Fuhrmann - Meeting C++ 2025
Making A Program Faster - Multithreading & Automatic Compiler Vectorization - Ivica Bogosavljevic
Coding Communication & CPU Microarchitectures as Fast As Possible
How do computers read code?
BLAZINGLY FASTER C++ Optimizations
going fast is about doing less
View Detailed Profile
Faster programs with your compilers autovectorization feature - Ivica Bogosavljevic - NDC TechTown

Faster programs with your compilers autovectorization feature - Ivica Bogosavljevic - NDC TechTown

This talk was recorded at NDC TechTown in Kongsberg, Norway. #ndctechtown #ndcconferences #developer ...

Optimising Code - Computerphile

Optimising Code - Computerphile

You can optimise for

Should a compiler optimize this?

Should a compiler optimize this?

Click this link https://boot.dev/?promo=ABSTRACTION and use my code ABSTRACTION to get 25% off

FDO: Magic 'Make My Program Faster' Compilation Option?

FDO: Magic 'Make My Program Faster' Compilation Option?

FDO: Magic 'Make My

Make existing code run faster, with compiler optimizations.

Make existing code run faster, with compiler optimizations.

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

BLAZINGLY FAST C++ Optimizations

BLAZINGLY FAST C++ Optimizations

Socials: https://www.twitch.tv/noahpop77 GitHub Repo: https://github.com/noahpop77/Papy Blog Post 1: ...

Speed for Free - current state of auto vectorizing compilers - Stefan Fuhrmann - Meeting C++ 2025

Speed for Free - current state of auto vectorizing compilers - Stefan Fuhrmann - Meeting C++ 2025

Speed

Making A Program Faster - Multithreading & Automatic Compiler Vectorization - Ivica Bogosavljevic

Making A Program Faster - Multithreading & Automatic Compiler Vectorization - Ivica Bogosavljevic

https://www.cppnow.org --- Making A

Coding Communication & CPU Microarchitectures as Fast As Possible

Coding Communication & CPU Microarchitectures as Fast As Possible

How do CPUs take code electrical signals and translate them to strings of text on-screen that a human can actually understand?

How do computers read code?

How do computers read code?

When you first learned to write code, you probably realized that computers don't really have any common sense. You need to tell ...

BLAZINGLY FASTER C++ Optimizations

BLAZINGLY FASTER C++ Optimizations

A few more things I thought were really interesting to include to

going fast is about doing less

going fast is about doing less

optimization isn't always about multi-threading and optimizing hardware utilization. in fact, most performance work is about simply ...

Why Your Code Runs Slow — And How Compilers Make It Faster 🚀 | Shadow Compiler

Why Your Code Runs Slow — And How Compilers Make It Faster 🚀 | Shadow Compiler

Ever wonder why