-
-
Notifications
You must be signed in to change notification settings - Fork 60
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 vs dagger? #429
Comments
Runtime or build performance? This library does not take the strict stance of 'runtime performance at all costs' that dagger does so I'd suspect I'd be slower, but I have not run benchmarks. For build performance this library is simpler so I suspect it'd be faster but again not sometime I've tested. That would be an interesting project and would accept contributions along those lines! |
I'm looking for build performance, since dagger on ksp is so much slower that it's a blocker |
This seems better as a discussion Q&A to ask if anyone has profiled |
I'm evaluating this library for use in our large project (500 modules) & I was wondering is someone has perfkrmance nunbers vs dagger?
Also vs dagger on ksp? I read that its 2x slower than dagger on kapt.
The text was updated successfully, but these errors were encountered: