spring-framework/spring-core
Sébastien Deleuze 579dbc48d7 Optimize Coroutine invocations
KClass instantiation in CoroutinesUtils is suboptimal, and should be
replaced by KTypes#isSubtypeOf checks using pre-instantiated types for
Flow, Mono and Publisher.

This commit impact on performances is significant since a throughput
increase between 2x and 3x has been measured on basic endpoints.

Closes gh-32390
2024-03-07 14:27:47 +01:00
..
src Optimize Coroutine invocations 2024-03-07 14:27:47 +01:00
spring-core.gradle Add ContextPropagatingTaskDecorator 2023-08-29 11:21:47 +02:00