-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize Coroutine invocations #32390
Comments
This commit impact on performances is significant since a throughput increase between 2x and 3x has been measured on basic endpoints. |
@koo-taejin @efemoney Please test the latest |
Tested from my side & passes all my tests 👍🏾 just like the previous snapshot |
I am going to test it. 👍 thanks :) |
Unfortunately, I don't think the situation has changed much. Method of Also, in the latest version, the isSubTypeOf() method uses resources. This is called for every If there is anything I can do to help, please let me know. Thank you so much. 🙇 |
See this related comment. |
KClass
instantiation inCoroutinesUtils
is suboptimal, and should be replaced byKTypes#isSubtypeOf
checks using pre-instantiated types forFlow
,Mono
andPublisher
.The text was updated successfully, but these errors were encountered: