Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ⚡ improved build heap performance from nlogn to n #38

Merged
merged 1 commit into from
Dec 13, 2024

feat: :zap: improved build heap performance from nlogn to n

ae35ed2
Select commit
Loading
Failed to load commit list.
Merged

feat: ⚡ improved build heap performance from nlogn to n #38

feat: :zap: improved build heap performance from nlogn to n
ae35ed2
Select commit
Loading
Failed to load commit list.
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

Impacted file tree graph

@@           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%> (ø)