Is npm install efficient with agentfs?

main
8b8f888Add FAQ entry for `git worktrees` (#193)
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?

Avatar of julianbenegas
Julian Benegas
commented

what would fast enough be? do you have some estimated timing comparisons? say i'm:

  1. installing dependencies for a medium nextjs repo
  2. running next build on that repo

END OF POST

Is npm install efficient with agentfs? — tursodatabase/agentfs