aboutsummaryrefslogtreecommitdiffstats
path: root/util/indexedbheap.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.indexedbheap: Fix heap datastructure corruption in ↵Waqas Hussain2020-09-291-1/+1
| | | | :reschedule(smaller_value)
* util: Various minor changes to please [luacheck]Kim Alvefur2017-11-101-2/+2
|
* util.indexedbheap: Fix a possible traceback when removing the last item.Waqas Hussain2014-04-231-7/+11
|
* util.indexedbheap: A priority queue implementation with a reverse index with ↵Waqas Hussain2013-10-301-0/+153
no per-entry memory allocation.