
Vercel now compiles Python functions to bytecode at build time. In our benchmarks, cold starts for the median-sized function dropped from .2.8s to 1.3s When Python imports a module without cached bytecode, it parses and compiles the source before executing it. That compilation step adds startup…
No discussion yet. Be the first to share your thoughts!