←back to thread

392 points mfiguiere | 2 comments | | HN request time: 0.403s | source
1. umanwizard ◴[] No.35477239[source]
> In our internal tests at Meta, we observed that Buck2 completed builds 2x as fast as Buck1.

In my experience Buck was spending a huge amount of time in GC, so this doesn’t surprise me. It must have been (ab)using Java in such a way that massive amounts of stuff were sprayed across the heap.

replies(1): >>35477629 #
2. dboreham ◴[] No.35477629[source]
Ah. The "you're holding it wrong" defense of GC :)