File: README.md

package info (click to toggle)
haskell-pqueue 1.5.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 336 kB
  • sloc: haskell: 3,162; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# pqueue

A fast, reliable priority queue implementation based on a binomial heap.

For more information, see [`pqueue` on Hackage](https://hackage.haskell.org/package/pqueue).