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

Параллельные версии целочисленных сортировок #153

Merged
merged 23 commits into from
Aug 18, 2021

Conversation

izvolov
Copy link
Owner

@izvolov izvolov commented Aug 13, 2021

@izvolov izvolov self-assigned this Aug 13, 2021
@izvolov izvolov force-pushed the parallel-integer-sorts-#148 branch 4 times, most recently from 68bb2ac to 8c49be8 Compare August 13, 2021 09:08
@codecov
Copy link

codecov bot commented Aug 16, 2021

Codecov Report

Merging #153 (a3a5663) into master (e5b406b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #153    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          122       132    +10     
  Lines         1709      1821   +112     
==========================================
+ Hits          1709      1821   +112     
Impacted Files Coverage Δ
include/burst/algorithm/detail/counting_sort.hpp 100.00% <ø> (ø)
include/burst/algorithm/counting_sort_copy_par.hpp 100.00% <100.00%> (ø)
include/burst/algorithm/counting_sort_copy_seq.hpp 100.00% <100.00%> (ø)
include/burst/algorithm/counting_sort_move_par.hpp 100.00% <100.00%> (ø)
include/burst/algorithm/counting_sort_move_seq.hpp 100.00% <100.00%> (ø)
...clude/burst/algorithm/detail/cross_partial_sum.hpp 100.00% <100.00%> (ø)
include/burst/algorithm/detail/get_shape.hpp 100.00% <100.00%> (ø)
...lude/burst/algorithm/detail/parallel_by_chunks.hpp 100.00% <100.00%> (ø)
.../burst/algorithm/detail/parallel_counting_sort.hpp 100.00% <100.00%> (ø)
...ude/burst/algorithm/detail/parallel_radix_sort.hpp 100.00% <100.00%> (ø)
... and 52 more

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 e5b406b...a3a5663. Read the comment docs.

@izvolov izvolov force-pushed the parallel-integer-sorts-#148 branch 2 times, most recently from 320598e to 00bf22c Compare August 16, 2021 13:20
@izvolov izvolov force-pushed the parallel-integer-sorts-#148 branch 7 times, most recently from 2bc6b33 to c224557 Compare August 17, 2021 18:20
@izvolov izvolov force-pushed the parallel-integer-sorts-#148 branch from c224557 to a3a5663 Compare August 18, 2021 15:14
@izvolov izvolov merged commit bdc8b86 into master Aug 18, 2021
@izvolov izvolov deleted the parallel-integer-sorts-#148 branch August 18, 2021 15:26
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.

None yet

1 participant