1. 20 Feb, 2015 4 commits
  2. 19 Feb, 2015 5 commits
  3. 18 Feb, 2015 5 commits
  4. 17 Feb, 2015 15 commits
  5. 16 Feb, 2015 9 commits
  6. 15 Feb, 2015 1 commit
  7. 13 Feb, 2015 1 commit
    • Dominik Charousset's avatar
      Optimize forwarding of messages · 1fa62d11
      Dominik Charousset authored
      When forwarding a message, an actor transfers ownership of its current
      `mailbox_element` to the receiver. Combined with the previous optimization,
      this means that there is only a single memory allocation for a message from
      source to destination.
      1fa62d11