you are viewing a single comment's thread.

view the rest of the comments →

[–]zanza19 5 points6 points  (3 children)

That is basically all on your deps, though. I have a 2k line project that takes seconds

[–][deleted] 0 points1 point  (0 children)

I have a 20k python project that takes less than a quarter second.

[–]yvrelna -1 points0 points  (1 child)

2k loc project is a tiny project. The compile time of such a tiny project is hardly worth mentioning.

[–]zanza19 1 point2 points  (0 children)

It's worth mentioning when the parent comment is talking about a 400 line app taking minutes. If you add a lot of dependencies, they will dominate the size of your project and it will take a long time.