oxc-project
oxc-resolver
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
perf: cache all package.json resolutions for faster package.json lookup Previously `find_package_json` needs to traverse up path parents, which involves a lot of `once_cell.get_or_try_init()` calls.
11-18-perf_cache_all_package.json_resolutions
9 hours ago
refactor: use `RwLock<Vec<Arc<PackageJson>>` for package.json storage
perf-package-json-arena
9 hours ago
refactor: use `RwLock<Vec<Arc<PackageJson>>` for package.json storage
perf-package-json-arena
10 hours ago
chore: release v11.14.0
release-plz-2025-11-13T15-36-53Z
11 hours ago
refactor: do not store is_symlink in CachedPathImpl (#850) `std::fs::metadata` always return `is_symlink: false` so it's confusing and pointless to store it in CachedPathImpl
main
11 hours ago
refactor: do not store is_symlink in CachedPathImpl (#850) `std::fs::metadata` always return `is_symlink: false` so it's confusing and pointless to store it in CachedPathImpl
11-18-refactor_do_not_store_is_symlink_in_cachedpathimpl
11 hours ago
chore: release v11.14.0
release-plz-2025-11-13T15-36-53Z
12 hours ago
fix: do not resolve to `node_modules/pacakge/index` (#849) fixes #845 The option `main_files` is kind of confusing, it's supposed to be the file stem without the extension (e.g. index), but somehow it ended up being a lookup for `index` then `index.js` instead of just `index.js`. This reduces an extra "is file" system call for `node_modules/package/index`.
main
12 hours ago
Active Branches
perf: cache all package.json resolutions for faster package.json lookup
last run
9 hours ago
#853
CodSpeed Performance Gauge
-8%
refactor: use RwLock<Vec<Arc<PackageJson>> for package.json storage
last run
9 hours ago
#838
CodSpeed Performance Gauge
+4%
chore: release v11.14.0
last run
11 hours ago
#832
CodSpeed Performance Gauge
+6%
Ā© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs