Go to file
Nicolás A. Ortega Froysa d4ce91dc2d Add 02-pass-by-ref to Makefile targets. 2022-06-17 16:31:51 +02:00
00-const-vars Initial commit. 2022-05-03 14:06:05 +02:00
01-inline-functions Add inline-code.cpp 2022-05-23 13:07:16 +02:00
02-pass-by-ref Add 02-pass-by-ref resources 2022-06-17 14:48:09 +02:00
.gitignore Use object files instead of entire binary. 2022-06-15 14:06:43 +02:00
LICENSE Initial commit. 2022-05-03 14:06:05 +02:00
Makefile Add 02-pass-by-ref to Makefile targets. 2022-06-17 16:31:51 +02:00
README.md Add link to C++ optimization playlist. 2022-05-04 15:53:21 +02:00
TODO.md Update TODO.md 2022-06-17 16:30:36 +02:00

README.md

C++ Optimization Video Resources

This repository contains the resources I use for my C++ Optimization series on my Odysee channel (link).

Building

This project is composed of various small (useless) programs. The purpose is primarily to analyze the code and resulting binary. You will require the GNU GCC C++ compiler (g++) as well as the objdump program. After this, you can compile all the projects by using GNU Make and simply running make from the root directory of the project.

As educational resources, it is all licensed under the Unlicense. You may freely use all content in this repository, but with no warranty nor guarantee. I am not responsible for your usage of these resources.