Y
Hacker News
new
|
ask
|
show
|
jobs
by
korijn
2072 days ago
Have you established that
searching
for modules is slow? I think it just takes time to actually process the imported modules and load everything into memory.
2 comments
formerly_proven
2072 days ago
On Windows (what with atrocious NTFS performance and all) an interpreter that's using a zipped library is way faster than one using loose modules.
link
intrepidhero
2072 days ago
No. In fact my experiments suggest otherwise. That was just where my intuition lead me.
link