Dmitrii Zabotlin created IGNITE-23638:
-----------------------------------------
Summary: 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
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)