Description
A binary heap implementation for Lua 5.1, useful for priority queues, scheduling, pathfinding, and algorithms that repeatedly need the smallest or largest item.
It is data-structure infrastructure for scripts. Users normally need it through Lua applications, while developers use it to avoid rewriting heap logic.