Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.indexedbheap: Fix heap datastructure corruption in ↵ | Waqas Hussain | 2020-09-29 | 1 | -1/+1 |
| | | | | :reschedule(smaller_value) | ||||
* | util: Various minor changes to please [luacheck] | Kim Alvefur | 2017-11-10 | 1 | -2/+2 |
| | |||||
* | util.indexedbheap: Fix a possible traceback when removing the last item. | Waqas Hussain | 2014-04-23 | 1 | -7/+11 |
| | |||||
* | util.indexedbheap: A priority queue implementation with a reverse index with ↵ | Waqas Hussain | 2013-10-30 | 1 | -0/+153 |
no per-entry memory allocation. |