3524 files with 395.980 line of code, totalling 79.2 mb. Is it the volume size that make it slow or number of code ? seems databinding (another annotation processor) also have similar number for volume size, but not taking that long.
Doni
10/27/2020, 11:10 AM
i tried with 8kb and 32kb buffer size but seems it remain the same, in the flamechart now it adds buffer. Anyway thanks for pointing about it.
Doni
11/02/2020, 10:11 AM
Thanks stefan, seems using replace outputstream seems to solve my issue. Currently parceler annotation takes less cpu than dagger and databinding.
Doni
11/02/2020, 10:14 AM
This is the svg file if you want to check the full graph. By the way if now 17% spent for annotation, how much it is impacting the total build time ? Let say if the total build is 10 minutes. Because as you said earlier that the percentage here does not always reflecting the build speed directly.