|
|
|
|
|
by commaai
2892 days ago
|
|
There's no Android GC, there's a Java GC. Python on Android isn't written in Java, it's CPython, written in C. Python has a GC as well, but we turn it off for the control loop processes. https://github.com/commaai/openpilot/blob/devel/selfdrive/co... Haters love to bring up the Python, but they never stick around long enough to explain exactly why it's a problem. |
|
Great for scripts, but there is a reason why most large companies start bolting on types on whatever dynamic language they started with.