Skip to content

Releases: popzxc/messages-rs

v0.3.1

21 Jan 06:40
841a27b
Compare
Choose a tag to compare

0.3.1 (21.01.2022)

  • Improved error message for the send error. #9

v0.3.0

16 Jun 06:04
8e22042
Compare
Choose a tag to compare
  • 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.

v0.2.4

06 Jun 11:30
Compare
Choose a tag to compare

Initial implementation of an actor library.