Is npm install efficient with agentfs?
This post might have stale content, as main is 301 commits ahead.
how efficient is it to run npm install with an agentfs? does it write to sqlite? is that inherently much slower than if it were writing to a real file system?
what would fast enough be? do you have some estimated timing comparisons? say i'm:
- installing dependencies for a medium nextjs repo
- running next build on that repo
END OF POST