How much faster is a low level language than a higher level language?

90 views Asked by At

The main two I am considering for my CNC are sending commands through GCODE or Python as the language communicated. I know higher level languages tend to be slower but was wondering how much.

1

There are 1 answers

0
HackSlash On

The answer is too long for a StackOverflow answer.

If you're interested in looking at real world data see this repo: https://github.com/davepl/Primes

Dave has tests and videos about those tests if you really want to get in to it.