Maksim Timonin created IGNITE-24666: ---------------------------------------
Summary: Suboptimal method Outbox#flush Key: IGNITE-24666 URL: https://issues.apache.org/jira/browse/IGNITE-24666 Project: Ignite Issue Type: Improvement Reporter: Maksim Timonin Assignee: Maksim Timonin Attachments: Снимок экрана 2025-02-27 в 19.43.30.png, Снимок экрана 2025-02-27 в 19.45.21.png This method uses Streams and loops over same collection twice. It's possible to optimize the memory usage. For example in the attachment this method is responsible for 10% allocations. After optimizing it allocates only 1% (see attachment 2). -- This message was sent by Atlassian Jira (v8.20.10#820010)