An open API service indexing awesome lists of open source software.

https://github.com/eryx67/psq

Priority search queue
https://github.com/eryx67/psq

erlang priority-queue priority-search-queue

Last synced: 8 months ago
JSON representation

Priority search queue

Awesome Lists containing this project

README

          

PSQ
=====

Priority search queue.

It is a port of Haskell [psqueues](http://hackage.haskell.org/package/psqueues) package
to Erlang.

Build
-----

$ rebar3 compile

Usage
-----

Look at [pid_psq](src/pid_psq.erl) as an example how to use this data structure
for spreading jobs between workers identified by `pid`