Skip to content

sortperm performance still has room to improve #939

@ViralBShah

Description

@ViralBShah

sortperm has poor performance compared to matlab.

julia> y = collect(1000000:-1:1);

julia> @time sortperm(y);
elapsed time: 0.0885950756072998 seconds
>> tic; [ign, p] = sort(y); toc
Elapsed time is 0.030718 seconds.

[edit - updated the issue 1/25/2012 -- ViralBShah]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions