insanitybit / aktors

Rust actor library with a bit of inspiration from Akka/Pykka
MIT License
46 stars 3 forks source link

Use different queue implementation #3

Open insanitybit opened 7 years ago

insanitybit commented 7 years ago

The double locking queue is probably a lot slower than required. There's a crossbeam dequeue that will likely work better.