jeanparpaillon / actors_benchmark

Actors pattern benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Scala 22.7%Language:Java 16.0%Language:Python 15.0%Language:Makefile 14.4%Language:Go 12.6%Language:Erlang 12.0%Language:Haskell 7.3%