akka / akka

Build highly concurrent, distributed, and resilient message-driven applications on the JVM
https://akka.io
Other
13.05k stars 3.59k forks source link

Add JCTools mailbox #25044

Open patriknw opened 6 years ago

patriknw commented 6 years ago

Add the mailbox from https://github.com/akka/akka/pull/24779 to akka-actor by shading JCTools.

Also:

ktoso commented 6 years ago

This seems done in https://github.com/akka/akka/commit/1d3ce1734bbf301dde760f36e327b64e5891c39d

patriknw commented 6 years ago

No, it "only" added a proof of concept in the benchmark project. I think the description ^ in this issue lists what is remaining.

ktoso commented 6 years ago

Ah, missed that :-) thanks!