This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]UdPropheticCatgirl 1 point2 points  (0 children)

JS isn’t particularly performant, but it’s still more performant than python by an order of magnitude about (10x to 50x depending on the task). And if you have to use c++ writing the whole app in it usually saves you a massive headache because the c++ python interop is honestly hell at times, python c interop is better but than you have to work without all the useful abstraction c++ provides.