We are using Atlassian's Crucible right now for code reviews (we aren't really using the FishEye part) and it's starting to get unusable, mainly due to performance issues in indexing a large repo and multiple repos.
Our code is hosted at Github and developers are encouraged to fork the repo and do all of their work in their own forks. For this to work with Crucible, we need to index all developers forks. We've started to do this, but it takes an incredibly long time (hours per commit). See the link above.
How does Gerrit compare? Does it index the repos?
I know people will comment as say the Github has pull requests for code reviews (we use them) but the pull request is really done at the end of the workflow once it's been reviewed. We have a team of about 20 people developing, and there isn't a system in Github to manage what reviews/pull requests need to be completed by which developer. In addition, the Crucible to JIRA integration is nice and we take advantage of that.
I'm open to other code review tools as well, not just Gerrit.