Xactor is a rust actors framework based on async-std

Documentation

Features

Performance

Actix vs. Xactor

| |Wait for response|Send only| |--------|-----------------|---------| |Actix | 1548 ms| 14 ms| |Xactor | 930 ms| 30 ms|

Code: https://github.com/sunli829/xactor-benchmarks

References