Y
Hacker News
new
|
ask
|
show
|
jobs
by
howeman
3430 days ago
How much code do you have that compilation is 3 minutes?
1 comments
andrewvijay
3430 days ago
Its 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.
link
pjmlp
3430 days ago
> Multiple smaller services so we compile only what we change.
Also doable in Java.
link
andrewvijay
3430 days ago
sure. 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.
link