Skip to content

v0.3.0

Compare
Choose a tag to compare
@popzxc popzxc released this 16 Jun 06:04
· 7 commits to master since this release
8e22042
  • 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.