You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -588,15 +588,16 @@ Codegraph also extracts symbols from common callback patterns: Commander `.comma
588
588
589
589
Self-measured on every release via CI ([build benchmarks](generated/benchmarks/BUILD-BENCHMARKS.md) | [embedding benchmarks](generated/benchmarks/EMBEDDING-BENCHMARKS.md) | [query benchmarks](generated/benchmarks/QUERY-BENCHMARKS.md) | [incremental benchmarks](generated/benchmarks/INCREMENTAL-BENCHMARKS.md) | [resolution precision/recall](tests/benchmarks/resolution/)):
590
590
591
-
| Metric | Latest (WASM) |
591
+
| Metric | Latest |
592
592
|---|---|
593
-
| Build speed |**14.2 ms/file**|
594
-
| Query time |**12ms**|
595
-
| No-op rebuild |**15ms**|
596
-
| 1-file rebuild |**542ms**|
597
-
| Query: fn-deps |**2ms**|
598
-
| Query: path |**2ms**|
599
-
|~50,000 files (est.) |**~710.0s build**|
593
+
| Build speed (native) |**2.1 ms/file**|
594
+
| Build speed (WASM) |**2.2 ms/file**|
595
+
| Query time |**14ms**|
596
+
| No-op rebuild (native) |**8ms**|
597
+
| 1-file rebuild (native) |**33ms**|
598
+
| Query: fn-deps |**2.5ms**|
599
+
| Query: path |**2.1ms**|
600
+
|~50,000 files (est.) |**~105.0s build**|
600
601
601
602
Metrics are normalized per file for cross-version comparability. Times above are for a full initial build — incremental rebuilds only re-parse changed files.
0 commit comments