[
https://issues.apache.org/jira/browse/IGNITE-23638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitrii Zabotlin reassigned IGNITE-23638:
-----------------------------------------
Assignee: Dmitrii Zabotlin
> Remove unnecessary shrink calls in the big_number C++ implementation
> --------------------------------------------------------------------
>
> Key: IGNITE-23638
> URL: https://issues.apache.org/jira/browse/IGNITE-23638
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Dmitrii Zabotlin
> Assignee: Dmitrii Zabotlin
> Priority: Major
> Labels: ignite-3
>
> Now we calling shrink after each math operation with the big_numbers and even
> in constructor. This operation is not cheap because it causes reallocation of
> the magnitude array. We can omit this call in most cases.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)