←back to thread

196 points bovem | 2 comments | | HN request time: 0.461s | source
Show context
upbeat_general ◴[] No.41147186[source]
Does this have faster startup times than cpython?

Every time I want to rewrite a shell function in python, I always hesitate due to the slow startup.

replies(2): >>41147958 #>>41151966 #
1. bdbdhxhdh ◴[] No.41151966[source]
I curious why you would think so, since CPython is already written in C
replies(1): >>41154193 #
2. upbeat_general ◴[] No.41154193[source]
Well CPython has a lot of backwards compatibility to deal with that RustPython doesn't, so "import subprocess" might result in very different behavior.