Skip to content

This is an implementation of actor model prototype in C++.

License

Notifications You must be signed in to change notification settings

flyvbee/actor_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actor Model in C++

This is an implementation of actor model prototype in C++.

Installation

On Ubuntu

sudo apt install libopenmpi-dev

Compile

cd ./example && make

Run the example

./run_sequential.sh
./run_parallel.sh

About

This is an implementation of actor model prototype in C++.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published