Conversation

Python consumes 76 times more energy and is 72 times slower than C. https://haslab.github.io/SAFER/scp21.pdf Copied from https://twitter.com/burkov/status/1817608815820325015

1
0
1
@rjzak Personally I think that this can be at most taken as a guideline. In some cases Python could be also the best possible solution. It also requires less heavy CI than many other options. E.g. I could imagine doing a real-time embedded system based on MicroPython, and take full control of GC and flush it only in planned call sites.
0
0
0