[ANN] TupleSorting: Sort tuples efficiently and with good type inference
|
|
3
|
326
|
November 15, 2023
|
[ANN] OptimalSortingNetworks: Sort small collections efficiently and with good type inference
|
|
13
|
484
|
October 31, 2023
|
Sort matrix based on the elements of a specific column
|
|
8
|
13017
|
October 30, 2023
|
Do we have differentiable sort in Julia?
|
|
14
|
863
|
September 12, 2023
|
Sort elements by frequency in julia
|
|
4
|
255
|
September 5, 2023
|
What's wrong with this ordering function?
|
|
5
|
111
|
August 24, 2023
|
DataFrame sort Performance using Query.jl vs SAS PROC SORT
|
|
19
|
1223
|
August 11, 2023
|
What should `issorted` return when an order isn't defined for the elements, but a comparison works?
|
|
4
|
125
|
July 10, 2023
|
Find n smallest values in an n dims array
|
|
21
|
1303
|
May 26, 2023
|
Why aren't the permutations from sortslices() available?
|
|
0
|
96
|
May 18, 2023
|
What is Julia's maxk(Matlab) that returns the indice of top K largest values?
|
|
20
|
10132
|
May 9, 2023
|
Sort array based on another array?
|
|
14
|
4914
|
March 16, 2023
|
Sort keys of NamedTuple
|
|
5
|
354
|
February 15, 2023
|
In-place inverse permutation
|
|
1
|
403
|
February 9, 2023
|
Sort DataFrame by the greater of multiple columns
|
|
5
|
274
|
January 4, 2023
|
`sort` vs `copy`+`sort!`
|
|
3
|
281
|
December 20, 2022
|
How to return k largest elements of a vector in descending order?
|
|
10
|
548
|
November 1, 2022
|
Stability of sort()
|
|
2
|
229
|
October 22, 2022
|
[WIP] MPISort.jl - Distributed MPI Sorting Algorithms. Suggestions welcome!
|
|
2
|
328
|
October 14, 2022
|
Fast non dominated sorting
|
|
21
|
3250
|
September 5, 2022
|
Negative zeros and sorting
|
|
13
|
673
|
August 3, 2022
|
Can't get sortperm to return the sorting order of columns of a matrix
|
|
11
|
673
|
July 16, 2022
|
Sort vector by frequency
|
|
8
|
2587
|
July 7, 2022
|
How to efficiently sort subarrays of 2 large arrays in parallel?
|
|
0
|
268
|
June 14, 2022
|
Ordering Of Matrix Columns
|
|
9
|
430
|
May 30, 2022
|
Move Random into Base?
|
|
22
|
3057
|
May 9, 2022
|
Sort the output of eigs by the eigenvalues
|
|
6
|
888
|
April 14, 2022
|
Performance of custom lt function in sort!
|
|
2
|
418
|
November 30, 2021
|
Sorting a vector of fixed size
|
|
5
|
653
|
November 19, 2021
|
Sorting multidimensional arrays
|
|
3
|
354
|
November 17, 2021
|