How to sort a column of cell arrays, using the same criteria as my table?
|
|
6
|
45
|
June 27, 2025
|
10x faster sortperm()
|
|
10
|
2720
|
October 29, 2024
|
Why does sortperm! allocate here?
|
|
4
|
284
|
March 24, 2024
|
Is any implementation of sortperm running on multiple threads available?
|
|
0
|
205
|
March 20, 2024
|
Why aren't the permutations from sortslices() available?
|
|
1
|
304
|
March 16, 2024
|
Find permutation of an array such that it is equal to another array
|
|
10
|
1065
|
May 31, 2023
|
Find n smallest values in an n dims array
|
|
21
|
2959
|
May 26, 2023
|
Eigen values and vectors sorting
|
|
7
|
1218
|
May 10, 2023
|
What is Julia's maxk(Matlab) that returns the indice of top K largest values?
|
|
20
|
11550
|
May 9, 2023
|
Parallel quicksort openmp
|
|
30
|
1852
|
March 24, 2023
|
Performance tips for a function which finds n maximums in a matrix
|
|
8
|
683
|
March 23, 2023
|
In-place inverse permutation
|
|
1
|
967
|
February 9, 2023
|
Can't get sortperm to return the sorting order of columns of a matrix
|
|
11
|
1371
|
July 16, 2022
|
Returning the n lowest values across columns in a dataframe
|
|
7
|
681
|
June 1, 2022
|
Faster Alternatives to sortperm
|
|
9
|
941
|
May 10, 2022
|
What is our equivalent of numpy.argpartition?
|
|
1
|
912
|
February 2, 2022
|
Cant find order
|
|
2
|
432
|
December 26, 2021
|
Use of `Perm` to find sorted subset of indices?
|
|
7
|
493
|
November 5, 2021
|
Performance difference in permuting Arrays
|
|
4
|
538
|
October 11, 2021
|
Sort an array according other array
|
|
6
|
497
|
September 17, 2021
|
Fastest way to permute Array, given some permutation
|
|
13
|
4554
|
September 12, 2021
|
Complex number sort
|
|
3
|
1139
|
May 19, 2021
|
Sortperm issue?
|
|
2
|
595
|
October 14, 2020
|
Any way to speed up sorting a dataframe? A more efficient sortperm would be great
|
|
2
|
952
|
June 25, 2020
|
[ANN]: SortingLab.jl 0.2.2 - 5x faster Sort and Sort Perm for `Vector{Union{Missing, T}}`
|
|
2
|
1110
|
December 1, 2019
|
Sortperm slow test case and fix suggestion
|
|
12
|
1502
|
April 28, 2019
|
How to sort two or more lists at once?
|
|
12
|
5356
|
March 8, 2019
|
[ANN] SortingLab.jl - fast sorting algorithms for strings and CategoricalArrays
|
|
2
|
1113
|
January 15, 2019
|
Sorting lines by ID seems slow
|
|
2
|
653
|
December 16, 2018
|
Sort by index an array
|
|
1
|
3603
|
December 12, 2018
|