> 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):