5 ms·
How much code do you have that compilation is 3 minutes?
by howeman 10y ago
How much code do you have that compilation is 3 minutes?
- andrewvijay 10y agoIts not go code fully. Its java that takes 3 mins. Go takes very less time like 3-4 secs. Multiple smaller services so we compile only what we change.
- pjmlp 10y ago> Multiple smaller services so we compile only what we change. Also doable in Java.
- andrewvijay 10y agosure. Never denied. But we are breaking apart that java code part by part. The docker build size is also very small as mentioned in the article. Our app involves lot of bandwidth so we good with smaller containers.