benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Results 4 benchmarks issues
Sort by recently updated
recently updated
newest added

See https://github.com/actor-framework/actor-framework/issues/279

idea

[Go](http://golang.org/) qualifies as another benchmark candidate: Goroutines are the equivalent of actors. They become non-blocking when used with buffered channels (though only until the buffer is full). Pattern matching occurs...

idea

[Mindroid](https://github.com/Himmele/Mindroid) seems to offer actor-like semantics as well. It would be nice to compare against it at some point. Here is a hello world example: ``` #include #include "mindroid/os/Message.h" #include...

idea

See https://github.com/actor-framework/actor-framework/issues/422

task