julia
Improving sort performance by handling AbstractVector and rev=true by counting sort
#35012
Merged

Improving sort performance by handling AbstractVector and rev=true by counting sort #35012

KristofferC merged 3 commits into JuliaLang:master from tkf:sort_int_range
tkf
tkf Allow non-Vector to be sorted with sort_int_range!
7d1a3a2d
tkf Handle rev=true in sort_int_range!
ff3438d0
tkf tkf changed the title Handle non-Vectors and rev=true by sort_int_range! Handle non-Vectors and rev=true by counting sort 5 years ago
tkf tkf changed the title Handle non-Vectors and rev=true by counting sort Improving sort performance by handle non-Vectors and rev=true by counting sort 5 years ago
mbauman
mbauman commented on 2020-03-05
tkf Fix sort_int_range! for OffsetArrays
805b6597
tkf tkf changed the title Improving sort performance by handle non-Vectors and rev=true by counting sort Improving sort performance by handling AbstractVector and rev=true by counting sort 5 years ago
mbauman
mbauman approved these changes on 2020-03-06
mbauman mbauman added performance
tkf
KristofferC KristofferC merged f6556218 into master 5 years ago
tkf tkf deleted the sort_int_range branch 5 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone