benchmarks
benchmarks copied to clipboard
Results
4
benchmarks issues
Sort by
recently updated
recently updated
newest added
[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