Skip to content

agschaid/erl-ring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

erl-ring

Just a bit of exercise code.

Looking for a little erlang exercise I stumbled upon Joe Armstrongs challange:

"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."

(source: http://whealy.com/erlang/challenge.html)

In this repo I will try various ways (plain erlang, OTP-based, Elixir,...) to tackle the challenge and iterativly ehnance them as I grow better ;)

About

Just a bit of exercise code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages