Eduard Rakhmankulov created IGNITE-28278:
--------------------------------------------
Summary: C++ 3.0: Optimize hash calculation for
big_integer/big_decimal types
Key: IGNITE-28278
URL: https://issues.apache.org/jira/browse/IGNITE-28278
Project: Ignite
Issue Type: Improvement
Reporter: Eduard Rakhmankulov
Current implementation for hash calculation of those types required allocation
of std::vector<std::byte>, for which hash is calculated. This step should be
optimized.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)