Fast(er) priority queues?

I have to point out that I have a package with a faster priority queue for years (as it can be seen in Priority queue choice - #3 by Henrique_Becker), and it did not make into DataStructures.jl. In general, I do not find very hard to outperform the data structures from DataStructures.jl.

3 Likes