feat: ⚡ improved build heap performance from nlogn to n #38
Codecov / codecov/project
succeeded
Dec 13, 2024 in 0s
97.26% (target 85.00%)
View this Pull Request on Codecov
97.26% (target 85.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 97.26%. Comparing base (
8acb76c
) to head (ae35ed2
).
Additional details and impacted files
@@ Coverage Diff @@
## main #38 +/- ##
=======================================
Coverage 97.25% 97.26%
=======================================
Files 13 13
Lines 1422 1426 +4
Branches 266 267 +1
=======================================
+ Hits 1383 1387 +4
Misses 38 38
Partials 1 1
Files with missing lines | Coverage Δ | |
---|---|---|
src/core/binary-heap.ts | 100.00% <100.00%> (ø) |
|
src/core/priority-queue.ts | 100.00% <100.00%> (ø) |
Loading