I’ve been reading Joe Armstrong’s excellent Programming Erlang. In it he proposes an exercise:
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 for different values of N and M.
I found [...]
Posts