|
Contradictory nested function performance and allocation
|
|
2
|
110
|
April 4, 2026
|
|
Find n smallest values in an n dims array
|
|
22
|
3302
|
February 13, 2026
|
|
Topological sort (performance)
|
|
43
|
4712
|
November 10, 2025
|
|
Package for partial sorting output iterator
|
|
7
|
190
|
July 10, 2025
|
|
Sorting when the comparison operator depends on the entire input vector
|
|
6
|
119
|
June 24, 2025
|
|
Interesting talk for the Julia sorting community
|
|
3
|
356
|
May 27, 2025
|
|
Sorting in-place several Vector's simultaneously
|
|
21
|
697
|
March 3, 2025
|
|
How to sort NTuple
|
|
5
|
850
|
January 5, 2025
|
|
How is it possible that parallelized code causes fewer allocations?
|
|
19
|
524
|
December 30, 2024
|
|
Sort tuple
|
|
11
|
756
|
December 8, 2024
|
|
Iterate over a range in a non standard way
|
|
4
|
320
|
October 10, 2024
|
|
Counting Exchanges To Order Array with Repeats
|
|
9
|
135
|
August 19, 2024
|
|
How do I sort a dictionary by its keys?
|
|
10
|
10014
|
July 28, 2024
|
|
Wanted: an API for merging sorted collections
|
|
1
|
134
|
June 16, 2024
|
|
Sorting a StructArray variable faster and how to update values?
|
|
6
|
277
|
April 7, 2024
|
|
Why aren't the permutations from sortslices() available?
|
|
1
|
336
|
March 16, 2024
|
|
[ANN] OptimalSortingNetworks: Sort small collections efficiently and with good type inference
|
|
14
|
1114
|
February 25, 2024
|
|
Sorted Array implementation?
|
|
21
|
8184
|
February 6, 2024
|
|
Custom data structure for repeatedly partial sorting constant-size array
|
|
1
|
307
|
December 14, 2023
|
|
[ANN] TupleSorting: Sort tuples efficiently and with good type inference
|
|
3
|
675
|
November 15, 2023
|
|
Sort matrix based on the elements of a specific column
|
|
8
|
15889
|
October 30, 2023
|
|
Do we have differentiable sort in Julia?
|
|
14
|
1230
|
September 12, 2023
|
|
Sort elements by frequency in julia
|
|
4
|
629
|
September 5, 2023
|
|
What's wrong with this ordering function?
|
|
5
|
314
|
August 24, 2023
|
|
DataFrame sort Performance using Query.jl vs SAS PROC SORT
|
|
19
|
1649
|
August 11, 2023
|
|
What should `issorted` return when an order isn't defined for the elements, but a comparison works?
|
|
4
|
274
|
July 10, 2023
|
|
What is Julia's maxk(Matlab) that returns the indice of top K largest values?
|
|
20
|
11757
|
May 9, 2023
|
|
Parallel quicksort openmp
|
|
30
|
2082
|
March 24, 2023
|
|
Sort array based on another array?
|
|
14
|
6482
|
March 16, 2023
|
|
Sort keys of NamedTuple
|
|
5
|
765
|
February 15, 2023
|