[
https://issues.apache.org/jira/browse/IGNITE-21464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladislav Pyatkov updated IGNITE-21464:
---------------------------------------
Labels: ignite3 (was: )
> 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
> Priority: Major
> Labels: ignite3
>
> 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)