Find permutation of an array such that it is equal to another array
|
|
10
|
296
|
May 31, 2023
|
Find n smallest values in an n dims array
|
|
21
|
861
|
May 26, 2023
|
Why aren't the permutations from sortslices() available?
|
|
0
|
43
|
May 18, 2023
|
Eigen values and vectors sorting
|
|
7
|
113
|
May 10, 2023
|
What is Julia's maxk(Matlab) that returns the indice of top K largest values?
|
|
20
|
9442
|
May 9, 2023
|
10x faster sortperm()
|
|
6
|
944
|
March 28, 2023
|
Performance tips for a function which finds n maximums in a matrix
|
|
8
|
241
|
March 23, 2023
|
In-place inverse permutation
|
|
1
|
244
|
February 9, 2023
|
Can't get sortperm to return the sorting order of columns of a matrix
|
|
11
|
436
|
July 16, 2022
|
Returning the n lowest values across columns in a dataframe
|
|
7
|
286
|
June 1, 2022
|
Faster Alternatives to sortperm
|
|
9
|
584
|
May 10, 2022
|
What is our equivalent of numpy.argpartition?
|
|
1
|
532
|
February 2, 2022
|
Cant find order
|
|
2
|
284
|
December 26, 2021
|
Use of `Perm` to find sorted subset of indices?
|
|
7
|
285
|
November 5, 2021
|
Performance difference in permuting Arrays
|
|
4
|
365
|
October 11, 2021
|
Sort an array according other array
|
|
6
|
296
|
September 17, 2021
|
Fastest way to permute Array, given some permutation
|
|
13
|
2670
|
September 12, 2021
|
Complex number sort
|
|
3
|
727
|
May 19, 2021
|
Sortperm issue?
|
|
2
|
455
|
October 14, 2020
|
Any way to speed up sorting a dataframe? A more efficient sortperm would be great
|
|
2
|
705
|
June 25, 2020
|
[ANN]: SortingLab.jl 0.2.2 - 5x faster Sort and Sort Perm for `Vector{Union{Missing, T}}`
|
|
2
|
974
|
December 1, 2019
|
Sortperm slow test case and fix suggestion
|
|
12
|
1131
|
April 28, 2019
|
How to sort two or more lists at once?
|
|
12
|
4069
|
March 8, 2019
|
[ANN] SortingLab.jl - fast sorting algorithms for strings and CategoricalArrays
|
|
2
|
883
|
January 15, 2019
|
Sorting lines by ID seems slow
|
|
2
|
527
|
December 16, 2018
|
Sort by index an array
|
|
1
|
2886
|
December 12, 2018
|
Which sorting algorithm should I use?
|
|
2
|
539
|
October 31, 2018
|
Any sorting function in Julia that is as fast as Matlab's maxk?
|
|
7
|
2077
|
August 28, 2018
|
Ironic observation about `sort` and `sortperm` speed for "small integers" vs R
|
|
32
|
3779
|
February 4, 2018
|
Progress towards faster `sortperm` for Strings
|
|
16
|
4095
|
January 29, 2018
|