Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

With node.js, the cold start problem is caused by how node loads files. For each file it does about 10 IO operations (to resolve the file from the module name), then load, parse and compile the file.

If using any file system that is not super fast, this amounts to long delays.

There are ways to get around that, but those are not available on lambda



Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: