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
- Host: GitHub
- URL: https://github.com/eryx67/psq
- Owner: eryx67
- License: apache-2.0
- Created: 2018-10-11T11:46:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T09:11:45.000Z (almost 7 years ago)
- Last Synced: 2024-03-15T12:52:52.108Z (almost 2 years ago)
- Topics: erlang, priority-queue, priority-search-queue
- Language: Erlang
- Homepage:
- Size: 15.6 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`