Crates.io | kompact |
lib.rs | kompact |
version | 0.11.2 |
source | src |
created_at | 2018-08-08 12:59:33.357724 |
updated_at | 2023-05-28 11:15:57.317955 |
description | Kompact is a Rust implementation of the Kompics component model combined with the Actor model. |
homepage | https://kompics.github.io/kompact/ |
repository | https://github.com/kompics/kompact |
max_upload_size | |
id | 78358 |
size | 1,087,041 |
Kompact is an in-development message-passing component system like Kompics in the Rust language, with performance and static typing in mind. It merges both Kompics' component model and the actor model as found in Erlang or Akka.
Kompact has shown itself to vastly outperform many of its peers on a wide range of message-passing tasks, providing the capability of handling up to 400mio messages per second on 36 cores.
Kompact comes with its own network library built-in, providing easy connection maintenance and efficient serialisation for distributed deployments.
For reference and short examples check the API Docs.
A thorough introduction with many longer examples can be found in the tutorial. The examples themselves can be found in the docs/examples folder.
Kompact before v0.9.0
requires Rust nightly
.
Since v0.9.0
Kompact can be built on stable Rust, with a slightly different API.
Licensed under the terms of MIT license.
See LICENSE for details.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Kompact by you shall be licensed as MIT, without any additional terms or conditions.