akka.net icon indicating copy to clipboard operation
akka.net copied to clipboard

Implement PhasedFusingActorMaterializer

Open Horusiath opened this issue 8 years ago • 6 comments
trafficstars

Original JVM PR: https://github.com/akka/akka/pull/22264

This is a new implementation of traversal oriented materializer. Docs for it are still missing, but from what I've understood, it's optimized to reduce time necessary for graph materialization.

Horusiath avatar Mar 08 '17 08:03 Horusiath

@Aaronontheweb I want to port the ActorRefSource stage and the Source.ActorRefWithAck operator, but that requires the PhasedFusingActorMatelializer. Do you guys have a timetable in mind for this issue?

ismaelhamed avatar May 07 '22 09:05 ismaelhamed

@ismaelhamed looking at doing this for Artery in 1.5, so this should be done soon-ish

Aaronontheweb avatar Jun 11 '22 20:06 Aaronontheweb

@Aaronontheweb Any news on this one? IMO this is by far the biggest limiter right now in Akka.NET, since plenty of the missing Akka Streams operators are based on the new materializer.

And by the look of #2601 there's still a lot of work to port.

ismaelhamed avatar Nov 06 '22 10:11 ismaelhamed

No one on the Petabridge team is working on this at the moment.

Aaronontheweb avatar Nov 07 '22 20:11 Aaronontheweb

The actual scala PR for this is this link: https://github.com/akka/akka/pull/22529

Arkatufus avatar Dec 01 '22 14:12 Arkatufus