[
https://issues.apache.org/jira/browse/IGNITE-16451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko reassigned IGNITE-16451:
----------------------------------------
Assignee: Kirill Tkalenko
> Try to optimize ArrayUtils#remove
> ---------------------------------
>
> Key: IGNITE-16451
> URL: https://issues.apache.org/jira/browse/IGNITE-16451
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Minor
> Labels: ignite-3, tech-debt
> Fix For: 3.0.0-alpha5
>
>
> We can try to optimize and benchmark *ArrayUtils#remove(T[], int)* and
> *ArrayUtils#remove(long[], int)*, for example using *Arrays#copyOf* and
> *System#arraycopy*.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)