Skip to content

gbecan/actors_benchmark

This branch is 8 commits behind jeanparpaillon/actors_benchmark:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Guillaume Bécan
Oct 1, 2015
b9e720e · Oct 1, 2015

History

10 Commits
Jun 25, 2015
Aug 10, 2015
Jun 25, 2015
Aug 5, 2015
Oct 1, 2015
Jun 25, 2015
Jun 25, 2015
Jun 25, 2015

Repository files navigation

Actors benchmark

Compare different languages/framework on actors model implementation.

The algortihtm is described here: https://www.sics.se/~joe/ericsson/du98024.html

Feel free to PR your preferred framework/language implementation.

Usage

Each dir should contain a Makefile with default rule:

  • compiling the code
  • run the benchmark handling the following env var:
    • ZOG_THREADS = number of threads in the ring (default to 1000)
    • ZOG_MSGS = number of exchanged messages (default to 1000)

About

Actors pattern benchmark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 27.4%
  • Java 19.3%
  • Python 18.1%
  • Erlang 14.5%
  • Makefile 11.9%
  • Haskell 8.8%