aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/binheap.c
Commit message (Collapse)AuthorAge
* An efficient binary heap implementation.wip-stage-binheapGlenn Elliott2012-05-26
An efficient binary heap implementation coded in the style of Linux's list. This binary heap should be able to replace any partially sorted priority queue based upon Linux's list.