Binary heaps are an efficient sorting algorithm. This module implements a plain binary heap (without reverse lookup) and a 'unique' binary heap (with unique payloads and reverse lookup).

WWW: https://luarocks.org/modules/tieske/binaryheap
