damn-fast-priority-queue

MIT

A heap-based priority queue whose first and foremost priority is speed.

$ area51 add damn-fast-priority-queueCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(damn-fast-priority-queue:some-function ...)