Erlang vs. Stackless Python в избранное  msdn  новое всё   Оценить +1123x:) +-   подписка   модер. 
От: Mamuthttp://dmitriid.com/
Дата: 02.08.07 06:42
Оценка:6 (3) +1
http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark/

На основе задачи из кинги Армстронга:

Write a ring benchmark. Create N processes in a ring. Send a message round the ring M times so that a total of N*M messages get sent. Time how long this takes [..]

Write a similar program in some other programming language you are familiar with. Compare the results. Write a blog, and publish the results on the internet!


В том случае, когд используется IO, Erlang сильно уступает Питону. Когда IO нет, Питон все равно наступает на пятки Эрлангу.

Полное описание, код и графики здесь: http://muharem.wordpress.com/2007/07/31/erlang-vs-stackless-python-a-first-benchmark/