mirror of
https://github.com/Ed94/perfaware.git
synced 2024-12-21 06:24:45 -08:00
Homework for Casey's Performance Aware Programming course
.vscode | ||
8086 | ||
part_1 | ||
thirdparty | ||
.editorconfig | ||
perfaware.10x | ||
README.md |
perfaware
Homework for Casey's Performance Aware Programming course
Thirdparty Libraries:
- zpl - Used instead of the C/C++ standard library.
Tools:
- scoop : Windows package manager
- clang : C/C++ compiler
scoop install llvm
- meson : Build system
scoop install meson
- nasm : x86 Assembler
scoop install nasm