Julia Programming Language
Performance tips for a function which finds n maximums in a matrix
General Usage
Performance
performance
,
sortperm
,
speed-optimization
,
matrix
JM_Beckers
March 22, 2023, 5:45am
4
Or you adapt this one to get the maxima instead of minima, which is very efficient for small n.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Any sorting function in Julia that is as fast as Matlab's maxk?
Performance
performance
,
matlab
,
sort
,
sortperm
7
2593
August 28, 2018
The quasi-best MaxN function
Performance
12
1412
January 6, 2021
Feature request: generalization of findmax/findmin to n values
Internals & Design
5
2625
September 17, 2022
Maximum(x) uses memory differently for different sized array views
General Usage
7
1083
July 24, 2017
Argmax, but n biggest elements
General Usage
arrays
3
1794
January 13, 2022