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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,12 +423,14 @@ Self-measured on every release via CI ([build benchmarks](generated/BUILD-BENCHM
423
423
424
424
| Metric | Latest |
425
425
|---|---|
426
-
| Build speed |**5.1 ms/file**|
426
+
| Build speed (native) |**2 ms/file**|
427
+
| Build speed (WASM) |**8.4 ms/file**|
427
428
| Query time |**2ms**|
428
-
| No-op rebuild |**5ms**|
429
-
| 1-file rebuild |**192ms**|
430
-
| Query: fn-deps |**0.5ms**|
431
-
|~50,000 files (est.) |**~255.0s build**|
429
+
| No-op rebuild (native) |**4ms**|
430
+
| 1-file rebuild (native) |**97ms**|
431
+
| Query: fn-deps |**2.1ms**|
432
+
| Query: path |**1.2ms**|
433
+
|~50,000 files (est.) |**~100.0s build**|
432
434
433
435
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