What is Julia's maxk(Matlab) that returns the indice of top K largest values?

Got a reasonably fast solution here using the SortingLab.jl, see

I am not sure how fast it is compared to Matlab. Perhaps @complexfilter can do a test and share the results.