web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update patch npm dependencies
renovate/patch-npm-dependencies
1 hour ago
chore(deps): update patch npm dependencies
renovate/patch-npm-dependencies
2 hours ago
perf(module-graph): store dependencies in dense map
perf/dependency-storage-index
4 hours ago
refactor: split module graph dependency storage
codex/modulegraph-dependency-storage
4 hours ago
feat(watcher): port watchpack safeTime/accuracy to native watcher The native watcher returned empty fileTimeInfoEntries/contextTimeInfoEntries and detected "changed since startTime" from a raw `mtime > startTime` read, which misses changes hidden by filesystem mtime granularity and writes/creations that land in the gap between a build's startTime and the next watch() registration. Port watchpack's safeTime/accuracy (FS_ACCURACY, TimeInfoEntry, ensureFsAccuracy, fixupEntryAccuracy). The computed safe_time is used once and consumed twice: - Reporting: surfaced via napi getTimeInfo() to fileTimeInfoEntries / contextTimeInfoEntries (accuracy stays internal; JS sees only {safeTime,timestamp}, matching webpack). - Change detection: the scan reports a path changed iff safe_time >= start_time (watchpack's checkStartTime), a strict superset of the old raw-mtime check; the accuracy padding absorbs mtime quantization and missing.added deps created in the gap are backfilled as Create. Tests: rspack_watcher 26 unit + 1 integration, NativeWatcher.part1/2/3 (230) green; fmt/clippy clean.
worktree-watch_safe_time
6 hours ago
chore(deps): update dependency date-fns to ^4.4.0 (#14298) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update dependency @shikijs/transformers to ^4.2.0 (#14294) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
chore(deps): update dependency happy-dom to ^20.10.1 (#14299) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
6 hours ago
Latest Branches
CodSpeed Performance Gauge
+2%
chore(deps): update patch npm dependencies
#14293
2 hours ago
eb589b6
renovate/patch-npm-dependencies
CodSpeed Performance Gauge
0%
perf(module-graph): store dependencies in dense map
#14290
4 hours ago
604aee4
perf/dependency-storage-index
CodSpeed Performance Gauge
-2%
refactor: split module graph dependency storage
#14307
5 hours ago
febd1b9
codex/modulegraph-dependency-storage
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs