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
"reduces load times by up to 40%, improving performance for applications using Koin."
However, in the Koin Android documentation, it states that switching from onKoinStartup to the regular startKoin:
"can result in over 30% of startup time gained."
This seems contradictory. Since onKoinStartup was introduced in Koin 4.0 to optimize startup performance, shouldn't it provide better performance than the regular startKoin? Could you please clarify the expected behavior?
Thank you!
The text was updated successfully, but these errors were encountered:
"Gain over from onKoinStartup to regular startKoin can go over 30% of time gained, for startup time."
My 5 cents, some parts of the documentation would greatly benefit from a rewrite by a native english speaker. I think its just badly phrased and I read this as "if you use onKoinStartup you gain 30% lower start times vs startKoin" but I hope one of the devs can confirm.
Hello,
In the AndroidX Startup: Optimized Loading blog post, it's mentioned that using onKoinStartup:
"reduces load times by up to 40%, improving performance for applications using Koin."
However, in the Koin Android documentation, it states that switching from onKoinStartup to the regular startKoin:
"can result in over 30% of startup time gained."
This seems contradictory. Since onKoinStartup was introduced in Koin 4.0 to optimize startup performance, shouldn't it provide better performance than the regular startKoin? Could you please clarify the expected behavior?
Thank you!
The text was updated successfully, but these errors were encountered: