- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
JActor--85 million messages per second on an i5--faster than disruptor?
Wed, 2011-12-14, 07:47
https://sourceforge.net/p/jactor/blog/2011/12/initial-release-010/
I've converted a small portion of the AsyncFP project to Java, making some improvements in the process. The Java version is a lot faster, clocking in at 85 million messages per second, but I'm not sure that all the credit should go to Java. In addition to various improvements in the Java code, I've also switched from my old laptop, a core duo, to my new computer, an i5 that has is just back from the shop. Also, I've completely redone my benchmark--it is a lot more flexible and allowed me to do some tuning to get the enhanced numbers.
I am immodestly proclaiming JActor to be the fastest Actor implementation to date in any language. Faster, I think, than even the disruptor pattern. But if you say I am wrong, I'll humbly retract that claim.
Looking forward to your feedback.
Bill
I've converted a small portion of the AsyncFP project to Java, making some improvements in the process. The Java version is a lot faster, clocking in at 85 million messages per second, but I'm not sure that all the credit should go to Java. In addition to various improvements in the Java code, I've also switched from my old laptop, a core duo, to my new computer, an i5 that has is just back from the shop. Also, I've completely redone my benchmark--it is a lot more flexible and allowed me to do some tuning to get the enhanced numbers.
I am immodestly proclaiming JActor to be the fastest Actor implementation to date in any language. Faster, I think, than even the disruptor pattern. But if you say I am wrong, I'll humbly retract that claim.
Looking forward to your feedback.
Bill