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

Оптимизация поразрядной сортировки для распространённых граничных случаев #161

Merged
merged 10 commits into from
Aug 23, 2021

Conversation

izvolov
Copy link
Owner

@izvolov izvolov commented Aug 21, 2021

Ценой небольшого ухудшения общего случая (когда сортируется случайная последовательность) улучшены случаи, когда входной диапазон уже упорядочен, а также случай, когда входной диапазон содержит не очень много различных значений.

#160

@izvolov izvolov self-assigned this Aug 21, 2021
@codecov
Copy link

codecov bot commented Aug 21, 2021

Codecov Report

Merging #161 (5e50d90) into master (acf63af) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #161   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          133       134    +1     
  Lines         1823      1870   +47     
=========================================
+ Hits          1823      1870   +47     
Impacted Files Coverage Δ
include/burst/algorithm/detail/nth_radix.hpp 100.00% <100.00%> (ø)
...ude/burst/algorithm/detail/parallel_radix_sort.hpp 100.00% <100.00%> (ø)
include/burst/algorithm/detail/radix_sort.hpp 100.00% <100.00%> (ø)
include/burst/algorithm/partial_sum_max.hpp 100.00% <100.00%> (ø)

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 acf63af...5e50d90. Read the comment docs.

@izvolov izvolov force-pushed the optimize-radix-sort-#160 branch 2 times, most recently from 305c85e to ec71d65 Compare August 21, 2021 18:04
@izvolov izvolov changed the title Оптимизация поразрядной сортировки для частых граничных случаев Оптимизация поразрядной сортировки для распространённых граничных случаев Aug 21, 2021
@izvolov izvolov merged commit 72809ad into master Aug 23, 2021
@izvolov izvolov deleted the optimize-radix-sort-#160 branch August 23, 2021 18:18
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