6 ms·
How long does take the compile time with a medium sized typical web project. Something which gets annoying or still bearable?
by tferris 14y ago
How long does take the compile time with a medium sized typical web project. Something which gets annoying or still bearable?
- icey 14y agoI am working on a project that has a few thousand lines of Go and compilation takes a second or so. Maybe less; it's fast enough that I don't really think about the fact that it's compiling unless I've done something that it complains about (which is awesome).
- grey-area 14y agoIf you mean go, compile time is very fast, even with say 10 kloc you'll still probably be under a second.