CDR 13: Priority Queues for Common Lisp

Authors

Ingvar Mattsson, Marco Antoniotti

Submitter

Marco Antoniotti

Abstract / Rationale

This is a specification for the intruduction of a common API for priority queues, also called heaps, in Common Lisp. The specification tries to take into account the common elements present in the several implementations available on the Internet, and to ensure that the API is generic enough to allow for the seamless inclusion of particular flavors of heaps.

The Document

Status

Final