cph icon indicating copy to clipboard operation
cph copied to clipboard

Compiling in c++ is quite slower than other IDEs.

Open hiensumi opened this issue 1 year ago • 3 comments

image For example: compiling in CP-editor took almost 1 second while on vscode, i have to wait almost 7 seconds to see the results.

Extension Version: <5.11.0>

VS Code Version: <1.84>

Browser Version: <Brave 1.60.118>

Operating System: <Windows 10 22H2, OS Build: 19045.2846 , and arch 64-bit>

hiensumi avatar Nov 20 '23 03:11 hiensumi

if i remember correctly, the extension complies the file twice for some reason, removing the extra compile fixes the slow compile time, I think i fixed it it my fork, but did it so long ago i dont remember what exactly i did

FieryRMS avatar Nov 21 '23 06:11 FieryRMS

if i remember correctly, the extension complies the file twice for some reason, removing the extra compile fixes the slow compile time, I think i fixed it it my fork, but did it so long ago i dont remember what exactly i did

I saw your fork. But can you tell me how to compile that source folder to a vsix file?

hiensumi avatar Nov 21 '23 10:11 hiensumi

check out https://github.com/agrawal-d/cph/blob/main/docs/dev-guide.md

FieryRMS avatar Nov 21 '23 10:11 FieryRMS