[ANN] An efficient priority queue with low integer priorities

Hello,

I am happy to announce the release of intPQueue, a package that offers (two variants of) an efficient priority queue, which is restricted to scenarios where the priorities are low integers. See the documentation.

  opam update && opam install intPQueue

Happy queueing,
François.

7 Likes

Hi @fpottier,

The library seems quite interesting! I was wondering if the library is thread-safe and did not find an answer in the documentation. Reading the source, I see it depends on Hector which is not thread-safe so I guess it isn’t either. I think it would be worth to mention it in the documentation.