mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-11 05:06:57 +00:00
8c70f03122
See #627 for context. Removing the Git plugin results in an enormous performance improvement. In my testing on `metamask/metamask-extension`: before this change, load took 23s, and PageRank took >9 mins and then crashed. After this change, load+PageRank took 5s combined. Test plan: All unit tests pass; loading new data from the CLI works; and I poked around the UI to make sure there were no spurious references to the Git plugin. Note: This does not break backcompat, there's no need to regenerate any already-loaded data.