Skip to content

Commit

Permalink
Avoid a lot of Arc/Message/RwLock clones
Browse files Browse the repository at this point in the history
When passing monitoring info from the shard handler to the dispatch
function, pass arguments by reference instead of by cloning and passing
by reference. Additionally, don't re-clone handler Arcs and temporary
Messages.
  • Loading branch information
Austin Hellyer committed Jan 24, 2017
1 parent d3389be commit 8c5ee70
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 343 deletions.
Loading

0 comments on commit 8c5ee70

Please sign in to comment.