[LITMUS^RT] Ready for Staging: Binary Heap
Glenn Elliott
gelliott at cs.unc.edu
Sat May 26 23:15:06 CEST 2012
Hi All,
Attached is a cleaned up version of the binary heap patch. It incorporates the recommended changes (from several months ago). The formatting errors should be resolved as well. Also, sched_cedf and sched_gedf do NOT use binheap to replace their use of binomial heaps to order the priorities of scheduled CPUs. I still believe that replacing binomial heaps with binary heaps would be more efficient. However, with a relatively small number of CPUs, I think a sorted linked list or even flat array would be even better. Implementing this could make a good "Intro-to-Litmus" exercise.
The patch is available in the "wip-stage-binheap" branch on rtserv.cs.unc.edu. Jonathan/Björn, please merge this into UNC's/MPI's staging branch as appropriate.
Thanks,
Glenn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: binary_heap.patch
Type: application/octet-stream
Size: 16153 bytes
Desc: not available
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20120526/4557753c/attachment.obj>
More information about the litmus-dev
mailing list