File: README.md

package info (click to toggle)
haskell-pqueue 1.5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: haskell: 3,162; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
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).