Andrey Mashenkov created IGNITE-24975: -----------------------------------------
Summary: BinaryTuple micro optimization. Key: IGNITE-24975 URL: https://issues.apache.org/jira/browse/IGNITE-24975 Project: Ignite Issue Type: Improvement Reporter: Andrey Mashenkov BinaryTuple builder and parser calculate size of offset-table entry each time it needed, even inside the loops. Let's cache calculation function once, then avoid if/switch statements inside the loop. -- This message was sent by Atlassian Jira (v8.20.10#820010)