Code Monkeyism

Programming is hard by Stephan Schmidt

Erlang vs. Java benchmarking update

As an update to my last post, I didn’t find an image which goes to 100.000 tasks for performance, but the Kilim guys have a graph for creating 200.000 tasks.

kilim2.gif

Perhaps they implement an supervisor architecture too. And perhaps this makes it into a future JDK.

Update: There is also a Google talks video about Kilim on YouTube.

About the author: Stephan Schmidt is currently a team manager at ImmobilienScout24 in Berlin. Stephan has been working as a head of development and CTO. He has used a lot of different technologies in the last 20 years including Java, Rails and Python. Stephans main field of interest is maintainablity and productivity in software development. Want to know more? All views are only his own.

If you did like this article but you don't want to subscribe to new articles with your reader, you can follow me on Twitter or subscribe to new posts with your email:

Comments

It is a good sign that Erlang’s core concepts are pushing their way into the Java community. This may be just the thing to carry Java across the paradigm shift that multi-core is forcing in programming. Given the immensely larger development resources devoted to JVM performance I am surprised that the gap is not larger in Killim’s favor.

Killim is a very interesting initiative and one which I will be watching closely.

stephan

Yes. And one of the strengths of Java is to evolve and incorporate other ideas.

Leave a Reply