Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
nickserv
6y ago
0 comments
Save
Share
How is the execution time when resolving a non-trivial project? Like your typical Django app, for example.
0 comments
1 comments · 1 top-level
top
newest
oldest
LaundroMat
6y ago
Adding dependencies takes a (little) bit of time, because of the lockfile. But deployment (ie installing dependencies) is as fast as any dependency manager (pip, pipenv, ...).
j
/
k
navigate · click thread line to collapse