tg339 / Crowe

This is an actor system, built in Rust, similar to Scala's excellent Akka.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/tg339/Crowe

Crowe

This is an actor system, built in Rust, inspired by Scala's excellent Akka library.

We decided to build this library because we believe that performance should not come at the expense of beautiful, correct and functional code. Our team was frustrated with how hard it is to write clean high performance computing programs with existing C libraries such as openMPI.

By using Rust our actor system delivers both performance and clean, beautiful code.

Why is it called Crowe you may ask?

Because we love Gladiator. Are you not entertained?

About

This is an actor system, built in Rust, similar to Scala's excellent Akka.

License:MIT License


Languages

Language:Rust 100.0%