# \#ranking

**URL:** https://discourse.julialang.org/tag/ranking/436.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [TIOBE index rank: #20 as of August 2023 (was #23 in Jan 2021)](https://discourse.julialang.org/t/tiobe-index-rank-20-as-of-august-2023-was-23-in-jan-2021/42730)

<div class="topic-metadata">

**Author:** [@pixel27](https://discourse.julialang.org/u/pixel27)\
**Replies:** 92\
**Last updated:** [October 19, 2025, 12:18am UTC](https://discourse.julialang.org/t/tiobe-index-rank-20-as-of-august-2023-was-23-in-jan-2021/42730 "2025-10-19T00:18:41Z")

</div>

https://www.tiobe.com/tiobe-index/ From all the people here with Python/R/Matlab backgrounds I was kind of surprised that C and Java are up at the top…

---

## [\[ANN\] FlashRank.jl: Fast and Efficient Document Ranking](https://discourse.julialang.org/t/ann-flashrank-jl-fast-and-efficient-document-ranking/116756)

<div class="topic-metadata">

**Author:** [@svilupp](https://discourse.julialang.org/u/svilupp)\
**Replies:** 0\
**Last updated:** [July 8, 2024, 8:00am UTC](https://discourse.julialang.org/t/ann-flashrank-jl-fast-and-efficient-document-ranking/116756 "2024-07-08T08:00:18Z")

</div>

Introducing FlashRank.jl: Fast and Efficient Document Ranking We are excited to announce the release of FlashRank.jl, a Julia package that provides a fast and efficient way to rank documents relevant to a given query wi…

---

## [Ranking of elements of a vector](https://discourse.julialang.org/t/ranking-of-elements-of-a-vector/88293)

<div class="topic-metadata">

**Author:** [@structural](https://discourse.julialang.org/u/structural)\
**Replies:** 13\
**Last updated:** [October 7, 2022, 3:17pm UTC](https://discourse.julialang.org/t/ranking-of-elements-of-a-vector/88293 "2022-10-07T15:17:59Z")

</div>

I have a vector A. I need a vector RA which ranks each element of A. Is there a better way to do this than what I have below? A = \[4;2;5;1;6;7\] RA = sum((A .== sort(A)') .\* cumsum(ones(length(A)))', dims=2) display(\[A …

---

## [Julia Programmers Ranked by Contributions](https://discourse.julialang.org/t/julia-programmers-ranked-by-contributions/75572)

<div class="topic-metadata">

**Author:** [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)\
**Replies:** 12\
**Last updated:** [February 3, 2022, 1:06pm UTC](https://discourse.julialang.org/t/julia-programmers-ranked-by-contributions/75572 "2022-02-03T13:06:41Z")

</div>

I came across this Julia Programmers Ranked by Contributions, but I don’t really know how to interpret it. Are there any other similar Julia rankings that you are aware of?

---

## [Julia 4 places up on IEEE index](https://discourse.julialang.org/t/julia-4-places-up-on-ieee-index/43548)

<div class="topic-metadata">

**Author:** [@anon37204545](https://discourse.julialang.org/u/anon37204545)\
**Replies:** 4\
**Last updated:** [July 23, 2020, 1:03pm UTC](https://discourse.julialang.org/t/julia-4-places-up-on-ieee-index/43548 "2020-07-23T13:03:02Z")

</div>

2020: 2019: https://spectrum.ieee.org/static/interactive-the-top-programming-languages-2019 From 23rd to 19th place on IEEE Spectrum, and from 22nd to 13th on Trending. Bonus: try playing with custom rankings to see…
