Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issue in chunkOnModifiedUtf8ByteSize #350

Open
rciovati opened this issue Jun 24, 2022 · 0 comments
Open

Performance issue in chunkOnModifiedUtf8ByteSize #350

rciovati opened this issue Jun 24, 2022 · 0 comments

Comments

@rciovati
Copy link

While debugging some built time issues in our codebase I noticed that DeepLinkProcessor takes a suspiciously high amount of time (in our case 3x than Dagger). I grabbed a trace with YourKit and, if I'm reading it correctly, the processor is spending most of its time in chunkOnModifiedUtf8ByteSize.

Screen Shot 2022-06-24 at 13 38 19

Screen Shot 2022-06-24 at 13 45 03

We're not using ksp yet but it seems to me that this code path is shared between the apt and ksp so I suspect the issue exists there too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant