| 19:43 | <bakkot> | with promising results! https://hugovk.dev/blog/2025/lazy-imports/ I suspect it will be less impactful for JS, since we don't tend to do as much startup initialization as Python, but still |
| 22:27 | <Rob Palmer> | I think the excessive depth of eager static graphs associated with JS apps - due to package management choices - will balance out any reduction in top-level code. Jest quoted a 2x win via pervasive lazy loading. But it really is situational based on the heaviness of the module graph you are deferring. |