10x faster sortperm()
|
|
2
|
339
|
January 19, 2023
|
Find permutation of an array such that it is equal to another array
|
|
9
|
211
|
August 8, 2022
|
Can't get sortperm to return the sorting order of columns of a matrix
|
|
11
|
301
|
July 16, 2022
|
Returning the n lowest values across columns in a dataframe
|
|
7
|
232
|
June 1, 2022
|
Find n smallest values in an n dims array
|
|
20
|
490
|
May 16, 2022
|
Faster Alternatives to sortperm
|
|
9
|
532
|
May 10, 2022
|
What is our equivalent of numpy.argpartition?
|
|
1
|
427
|
February 2, 2022
|
Cant find order
|
|
2
|
248
|
December 26, 2021
|
Use of `Perm` to find sorted subset of indices?
|
|
7
|
239
|
November 5, 2021
|
Performance difference in permuting Arrays
|
|
4
|
319
|
October 11, 2021
|
Sort an array according other array
|
|
6
|
270
|
September 17, 2021
|
Fastest way to permute Array, given some permutation
|
|
13
|
2067
|
September 12, 2021
|
Complex number sort
|
|
3
|
601
|
May 19, 2021
|
Sortperm issue?
|
|
2
|
412
|
October 14, 2020
|
Any way to speed up sorting a dataframe? A more efficient sortperm would be great
|
|
2
|
630
|
June 25, 2020
|
[ANN]: SortingLab.jl 0.2.2 - 5x faster Sort and Sort Perm for `Vector{Union{Missing, T}}`
|
|
2
|
934
|
December 1, 2019
|
Sortperm slow test case and fix suggestion
|
|
12
|
1038
|
April 28, 2019
|
How to sort two or more lists at once?
|
|
12
|
3512
|
March 8, 2019
|
[ANN] SortingLab.jl - fast sorting algorithms for strings and CategoricalArrays
|
|
2
|
829
|
January 15, 2019
|
Sorting lines by ID seems slow
|
|
2
|
498
|
December 16, 2018
|
Sort by index an array
|
|
1
|
2705
|
December 12, 2018
|
Which sorting algorithm should I use?
|
|
2
|
514
|
October 31, 2018
|
Any sorting function in Julia that is as fast as Matlab's maxk?
|
|
7
|
1934
|
August 28, 2018
|
What is Julia's maxk(Matlab) that returns the indice of top K largest values?
|
|
10
|
8392
|
August 28, 2018
|
Ironic observation about `sort` and `sortperm` speed for "small integers" vs R
|
|
32
|
3422
|
February 4, 2018
|
Progress towards faster `sortperm` for Strings
|
|
16
|
3668
|
January 29, 2018
|
Redundant sort / sortperm options: why?
|
|
2
|
1490
|
January 1, 2018
|
Proposal to update to sortperm signature
|
|
6
|
983
|
November 26, 2017
|
Efficient sorting of 2 Vectors with many duplicate values?
|
|
2
|
979
|
September 29, 2017
|