are there any updated benchmark comparisons between 3.5.0 and Hilt?
p
Pedro Francisco de Sousa Neto
09/26/2023, 1:17 PM
Hilt resolve dependencies in compile time and Koin in runtime. I’m not sure about how to benchmarking both… Can you provide some ideia? Like, how criteria to compare these frameworks?
👍 1
a
arnaud.giuliani
09/26/2023, 3:38 PM
Just to give you an idea, Koin is solving dependencies in around that 0,01ms. The final creation time results then from the complexity of what your are doing (ViewModel, parameters ...)