Description
A binary heap implementation for Lua 5.5, useful for priority queues and ordered task scheduling inside Lua programs.
It is data-structure infrastructure for developers. Users normally receive it as a dependency, while Lua projects use it when they need fast access to the next highest or lowest priority item.