- Improved error message for the send error. #9
-
Big performance boost:
- Actor spawning performance: +3%.
- Sending message with response: +5% (now on par with
futures
channels). - Sending notification: +593%.
- Ring benchmark report: 4 252 826 msg/second (was 3 121 844 msg/second;
actix
's async version of ring benchmark: 3 608 196 msg/second).
-
Some internal improvements.
- Actor support was implemented.