Skip to content

Rewrite CommitStats in Go

Jacob Vosmaer requested to merge commitstats-go into master

Closes #1467 (closed).

The gitaly-ruby implementation of this RPC has serious performance issues. It uses a C extension which locks up the entire gitaly-ruby process to compute a diff.

Edited by GitLab Release Tools Bot

Merge request reports