derive_aktor icon indicating copy to clipboard operation
derive_aktor copied to clipboard

Add benchmarks

Open insanitybit opened this issue 7 years ago • 1 comments

It would be interesting to do a couple of benchmarks. In particular:

  • equivalent Tokio / Futures implementation
  • equivalent Erlang implementation
  • equivalent Akka implementation
  • equivalent Pony implementation

In particular, I want to see the difference between using futures and actors.

insanitybit avatar May 06 '17 21:05 insanitybit

It would also be nice to have benchmarks so that issues that may improve performance (like the queue change) have something to go off of.

insanitybit avatar May 11 '17 17:05 insanitybit