mdedetrich commented on issue #2093:
URL: https://github.com/apache/pekko/issues/2093#issuecomment-3261965331

   > If we design a total new api, that will run on top of the scala one, seems 
will reduce some performance for Java users, another layer for function 
dispatching.
   
   My current implementation will not reduce performance as the primary 
mechanism in splitting out the API is using traits.
   
   There is performance hit in jumping between different apis (i.e. jumping 
from `scaladsl` to `javadsl` or vice versa) but that is expected and avoidable


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to