🔍
rust-lang/rust has 3.0× more files than golang/go.
01Overview
absolute counts side by side
02Token cost to read raw
why dossiers exist
golang/go
→ via code_analyze: ~2k tokens
rust-lang/rust
→ via code_analyze: ~2k tokens
Either way, structured analysis collapses both to a couple of kilotokens. See it in action on the homepage.
03Line composition
code, blank, and comment shares
Code 80.1%
Blank 8.0%
Comments 11.9%
Code 78.0%
Blank 8.8%
Comments 13.2%
04Language breakdown
top 6 each
05Tech stack overlap
17 shared · 40 only in go · 61 only in rust
06Most complex files
where the heavy lifting lives · click to drill in
go
| File | Lines | Cx |
| src/cmd/compile/internal/ssa/rewriteAMD64.go | 97,235 | 23,831 |
| src/cmd/compile/internal/ssa/rewritegeneric.go | 35,736 | 14,205 |
| src/cmd/compile/internal/test/constFold_test.go | 18,106 | 6,660 |
| src/cmd/compile/internal/ssa/rewriteARM64.go | 24,547 | 6,587 |
| src/cmd/compile/internal/ssa/rewriteARM.go | 19,196 | 5,013 |
| src/cmd/compile/internal/ssa/rewriteS390X.go | 14,603 | 3,710 |
07Code quality findings
absolute count vs density per 1k LOC
24.7
rust findings / 1k LOC
Absolute counts scale with codebase size; density per 1k LOC is the fairer comparison of per-line code quality.
08Secrets & credentials
pattern-based scan
Compare two other repositories
Drop in any two public git URLs (or owner/repo shorthand).
Or call the API directly: two parallel code_analyze requests, diff client-side. · Add to your MCP client