|
|
|
|
|
by dekhn
190 days ago
|
|
It's not interpreting- Python is loading the already byte compiled version.
But it's also statting several files (various extensions). I believe in the past people have looked at putting the standard library in a zip file instead of splatted out into a bunch of files in a dirtree. In that case, I think python would just do a few stats, find the zipfile, loaded the whole thing into RAM, and then index into the file. |
|
"If python was implemented totally different it might be fast" - sure, but it's not!