are there any updated benchmark comparisons betwee...
# koin
a
are there any updated benchmark comparisons between 3.5.0 and Hilt?
p
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
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 ...)
🚀 2