compile/run C++ version: (you need to install clang, which we have instructions for here)
clang test.cpp -o test.exe -std=c++20 -lpy_daxa -O3
./test.exe
run Python version:
python ./test.py
compile/run C++ version: (you need to install clang, which we have instructions for here)
clang test.cpp -o test.exe -std=c++20 -lpy_daxa -O3
./test.exe
run Python version:
python ./test.py