pekko icon indicating copy to clipboard operation
pekko copied to clipboard

Add Flow#gather

Open He-Pin opened this issue 6 months ago • 1 comments

Motivation: The current statefulMap can introduce some allocations, but the gather API will not, seems as the JDK 24's gather API.

refs: https://github.com/smallrye/smallrye-mutiny/pull/1845/files refs: https://github.com/smallrye/smallrye-mutiny/issues/1597

He-Pin avatar May 26 '25 03:05 He-Pin

One problem is, the statefulMap operator already covers such thing....

He-Pin avatar May 29 '25 18:05 He-Pin