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

Quicksort: copy twice instead of scan-scatter #187

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

tkf
Copy link
Owner

@tkf tkf commented Dec 21, 2021

No description provided.

@codecov
Copy link

codecov bot commented Dec 21, 2021

Codecov Report

Merging #187 (5dd6143) into master (f8fa366) will decrease coverage by 2.39%.
The diff coverage is 60.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
- Coverage   73.90%   71.50%   -2.40%     
==========================================
  Files          11       11              
  Lines         571      537      -34     
==========================================
- Hits          422      384      -38     
- Misses        149      153       +4     
Impacted Files Coverage Δ
src/utils.jl 64.28% <0.00%> (-0.94%) ⬇️
src/quicksort.jl 63.55% <60.71%> (-10.30%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8fa366...5dd6143. Read the comment docs.

Base automatically changed from reduce-allocations to master December 21, 2021 08:36
@tkf tkf force-pushed the copy-twice branch 3 times, most recently from c941d3a to 501b8a6 Compare December 22, 2021 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant