10x faster sortperm()
|
|
10
|
2577
|
October 29, 2024
|
Why does sortperm! allocate here?
|
|
4
|
250
|
March 24, 2024
|
Is any implementation of sortperm running on multiple threads available?
|
|
0
|
195
|
March 20, 2024
|
Why aren't the permutations from sortslices() available?
|
|
1
|
276
|
March 16, 2024
|
Find permutation of an array such that it is equal to another array
|
|
10
|
923
|
May 31, 2023
|
Find n smallest values in an n dims array
|
|
21
|
2539
|
May 26, 2023
|
Eigen values and vectors sorting
|
|
7
|
695
|
May 10, 2023
|
What is Julia's maxk(Matlab) that returns the indice of top K largest values?
|
|
20
|
11354
|
May 9, 2023
|
Parallel quicksort openmp
|
|
30
|
1756
|
March 24, 2023
|
Performance tips for a function which finds n maximums in a matrix
|
|
8
|
661
|
March 23, 2023
|
In-place inverse permutation
|
|
1
|
825
|
February 9, 2023
|
Can't get sortperm to return the sorting order of columns of a matrix
|
|
11
|
1252
|
July 16, 2022
|
Returning the n lowest values across columns in a dataframe
|
|
7
|
604
|
June 1, 2022
|
Faster Alternatives to sortperm
|
|
9
|
900
|
May 10, 2022
|
What is our equivalent of numpy.argpartition?
|
|
1
|
880
|
February 2, 2022
|
Cant find order
|
|
2
|
426
|
December 26, 2021
|
Use of `Perm` to find sorted subset of indices?
|
|
7
|
462
|
November 5, 2021
|
Performance difference in permuting Arrays
|
|
4
|
524
|
October 11, 2021
|
Sort an array according other array
|
|
6
|
481
|
September 17, 2021
|
Fastest way to permute Array, given some permutation
|
|
13
|
4192
|
September 12, 2021
|
Complex number sort
|
|
3
|
1090
|
May 19, 2021
|
Sortperm issue?
|
|
2
|
582
|
October 14, 2020
|
Any way to speed up sorting a dataframe? A more efficient sortperm would be great
|
|
2
|
928
|
June 25, 2020
|
[ANN]: SortingLab.jl 0.2.2 - 5x faster Sort and Sort Perm for `Vector{Union{Missing, T}}`
|
|
2
|
1106
|
December 1, 2019
|
Sortperm slow test case and fix suggestion
|
|
12
|
1463
|
April 28, 2019
|
How to sort two or more lists at once?
|
|
12
|
5197
|
March 8, 2019
|
[ANN] SortingLab.jl - fast sorting algorithms for strings and CategoricalArrays
|
|
2
|
1107
|
January 15, 2019
|
Sorting lines by ID seems slow
|
|
2
|
648
|
December 16, 2018
|
Sort by index an array
|
|
1
|
3525
|
December 12, 2018
|
Which sorting algorithm should I use?
|
|
2
|
717
|
October 31, 2018
|