Iterate over a range in a non standard way
|
|
4
|
91
|
October 10, 2024
|
Counting Exchanges To Order Array with Repeats
|
|
9
|
60
|
August 19, 2024
|
How do I sort a dictionary by its keys?
|
|
10
|
8816
|
July 28, 2024
|
Wanted: an API for merging sorted collections
|
|
1
|
108
|
June 16, 2024
|
Sorting a StructArray variable faster and how to update values?
|
|
6
|
211
|
April 7, 2024
|
Why aren't the permutations from sortslices() available?
|
|
1
|
276
|
March 16, 2024
|
Sort tuple
|
|
10
|
495
|
February 26, 2024
|
[ANN] OptimalSortingNetworks: Sort small collections efficiently and with good type inference
|
|
14
|
959
|
February 25, 2024
|
Sorted Array implementation?
|
|
21
|
7830
|
February 6, 2024
|
Custom data structure for repeatedly partial sorting constant-size array
|
|
1
|
266
|
December 14, 2023
|
[ANN] TupleSorting: Sort tuples efficiently and with good type inference
|
|
3
|
605
|
November 15, 2023
|
Sort matrix based on the elements of a specific column
|
|
8
|
15140
|
October 30, 2023
|
Do we have differentiable sort in Julia?
|
|
14
|
1091
|
September 12, 2023
|
Sort elements by frequency in julia
|
|
4
|
543
|
September 5, 2023
|
What's wrong with this ordering function?
|
|
5
|
264
|
August 24, 2023
|
DataFrame sort Performance using Query.jl vs SAS PROC SORT
|
|
19
|
1494
|
August 11, 2023
|
What should `issorted` return when an order isn't defined for the elements, but a comparison works?
|
|
4
|
210
|
July 10, 2023
|
Find n smallest values in an n dims array
|
|
21
|
2539
|
May 26, 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
|
Sort array based on another array?
|
|
14
|
5953
|
March 16, 2023
|
Sort keys of NamedTuple
|
|
5
|
662
|
February 15, 2023
|
In-place inverse permutation
|
|
1
|
825
|
February 9, 2023
|
Sort DataFrame by the greater of multiple columns
|
|
5
|
497
|
January 4, 2023
|
`sort` vs `copy`+`sort!`
|
|
3
|
380
|
December 20, 2022
|
How to return k largest elements of a vector in descending order?
|
|
10
|
966
|
November 1, 2022
|
Stability of sort()
|
|
2
|
327
|
October 22, 2022
|
[WIP] MPISort.jl - Distributed MPI Sorting Algorithms. Suggestions welcome!
|
|
2
|
434
|
October 14, 2022
|
Fast non dominated sorting
|
|
21
|
3890
|
September 5, 2022
|
Negative zeros and sorting
|
|
13
|
1068
|
August 3, 2022
|