You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RBusarow
I ran some benchmarks to see if I could justify switching to Tangle and deleting dagger-android.
Factory generation, on our project, was 28.5% slower for an incremental build 1m05s for reflect vs 1m31s for factory generation. (Each build type was given a "warmup" build and then the average of 6 builds was taken.)
Tangle is not compatible with dagger-reflect so I was hoping that factory generation would be close enough that I could justify the switch.
I wish I understood how dagger-android works with dagger-reflect.
All I know is that neither Tangle nor the method described here are compatible with dagger-reflect.
Any chance Tangle can become compatible with dagger-reflect?
The text was updated successfully, but these errors were encountered:
@RBusarow
I ran some benchmarks to see if I could justify switching to Tangle and deleting dagger-android.
Factory generation, on our project, was 28.5% slower for an incremental build 1m05s for reflect vs 1m31s for factory generation. (Each build type was given a "warmup" build and then the average of 6 builds was taken.)
Tangle is not compatible with dagger-reflect so I was hoping that factory generation would be close enough that I could justify the switch.
I wish I understood how dagger-android works with dagger-reflect.
All I know is that neither Tangle nor the method described here are compatible with dagger-reflect.
Any chance Tangle can become compatible with dagger-reflect?
The text was updated successfully, but these errors were encountered: