Re: [PR] chore: Avoid forwarding method on ArrayDequeue in stream module. [pekko]

2025-01-05 Thread via GitHub
He-Pin merged PR #1687: URL: https://github.com/apache/pekko/pull/1687 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.a

[PR] chore: Avoid forwarding method on ArrayDequeue in stream module. [pekko]

2025-01-05 Thread via GitHub
He-Pin opened a new pull request, #1687: URL: https://github.com/apache/pekko/pull/1687 Motivation: Call methods directly on ArrayDequeue to avoid forwarding. Modification: Call methods directly on ArrayDequeue to avoid forwarding. Result: performant better -- This i