Homework for Casey's Performance Aware Programming course
Go to file
2023-03-05 20:58:33 -05:00
.vscode Finished the first hw. 2023-03-05 20:57:40 -05:00
part_1 Finished the first hw. 2023-03-05 20:57:40 -05:00
thirdparty Configured the project to begin working on part one. 2023-03-02 20:16:05 -05:00
.editorconfig Added editorconfig 2023-03-05 20:58:33 -05:00
perfaware.10x Configured the project to begin working on part one. 2023-03-02 20:16:05 -05:00
README.md Configured the project to begin working on part one. 2023-03-02 20:16:05 -05:00

perfaware

Homework for Casey's Performance Aware Programming course

Material Source

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