Skip to content

perf(array): add dense fast path for Array.prototype.splice#5328

Open
tkshsbcue wants to merge 1 commit into
boa-dev:mainfrom
tkshsbcue:perf/array-splice-dense-fast-path
Open

perf(array): add dense fast path for Array.prototype.splice#5328
tkshsbcue wants to merge 1 commit into
boa-dev:mainfrom
tkshsbcue:perf/array-splice-dense-fast-path

perf(array): add dense fast path for Array.prototype.splice

1536cde
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 24, 2026 in 0s

59.79% (+12.55%) compared to 6ddc2b4

View this Pull Request on Codecov

59.79% (+12.55%) compared to 6ddc2b4

Details

Codecov Report

❌ Patch coverage is 56.41026% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.79%. Comparing base (6ddc2b4) to head (1536cde).
⚠️ Report is 1004 commits behind head on main.

Files with missing lines Patch % Lines
core/engine/src/builtins/array/mod.rs 56.41% 17 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5328       +/-   ##
===========================================
+ Coverage   47.24%   59.79%   +12.55%     
===========================================
  Files         476      590      +114     
  Lines       46892    63734    +16842     
===========================================
+ Hits        22154    38111    +15957     
- Misses      24738    25623      +885     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.