Firehose

Filtered to tagged “Vercel performance optimization” · clear filters

All PeopleCompaniesPapersPodcastsHacker News

Browse by tag

21 JUL 2026 · Vercel

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…