also, we are having some discussions on the office...
# koin
a
also, we are having some discussions on the office whether we should use Koin or Dagger2 for a new project. We have started with Koin and I would like to stick to it, but some of my workmates think it won't escalate well on big projects. Has somebody tried Koin on big projects? Could somebody provide some insights on this escalation problems? thanks!
a
We have good benchmarks with 450 definitions ... and resolution is around ~1,5 ms max
it scale then 😉
if you need results, we have the benchmark project
a
sounds good! 🙂 could I get the benchmark project somehow?
but, performances should be even more faster. The test put Koin in 1st to come ... and then we pay the startup for all 😛
Copy code
I/DI-TEST: **Custom** | 3.32 ms | 3.12 ms  | 0.49 ms | 0.60 ms
I/DI-TEST: **Katana** | 8.09 ms | 7.86 ms  | 1.32 ms | 1.29 ms
I/DI-TEST: **Koin** | 14.61 ms | 14.47 ms  | 2.14 ms | 2.09 ms
    **Kodein** | 51.70 ms | 52.14 ms  | 5.86 ms | 5.90 ms
I/DI-TEST: **Dagger** | 0.01 ms | 0.01 ms  | 0.13 ms | 0.15 ms
on a LG G4 with koin-2.0-beta1
a
this looks pretty good! thanks! 😄