Comment by MarkSweep
14 hours ago
To make this more concrete, the Chromium source code browser has a subset of the functionality of the internal Code Search tool. For example, you can left click on symbols to go to reference and right click to find all references:
https://source.chromium.org/chromium/chromium/src/+/main:ipc...
In fact a lot of Google software projects have a public version of code search: https://cs.opensource.google/
How is this so much faster than browsing my tiny little repo on Github? What is Github doing so wrong??