Vladislav Pyatkov created IGNITE-21464:
------------------------------------------
Summary: Reduce the number of context switches
Key: IGNITE-21464
URL: https://issues.apache.org/jira/browse/IGNITE-21464
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
h3. Motivation
We move the flow of execution from one thread to another. Each time, it
decreases the performance of an operation, especially in the case of embedded
mode.
Probably, we can avoid context switching in particular conditions (embed mode
or any other circumstance where the execution thread is already fit for the
operation).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)