Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hobofan
on May 2, 2018
|
parent
|
context
|
favorite
| on:
Python startup time: milliseconds matter
I'm pretty sure Python 3 already does this, and that's what the __pycache__ directories it creates when running a command are for.
lmm
on May 2, 2018
[–]
Those are only bytecode. It helps a little but you still have to load the file from the filesystem and run it on import.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: