aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MinHeap.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commiting Avination's memleak fix-a-thon, installment #1Melanie2012-07-231-4/+8
| | | | | As the MinHeap shrinks, free object references that have been sent. Also, free the last item when it empties.
* Add copyright header. Formatting cleanup.Jeff Ames2009-10-221-0/+27
|
* Replaced the update lists with a priority queue implementation in LLClientViewjjgreens2009-10-151-0/+375
Replaced the update lists with a priority queue implementation in LLClientView. The priority queues are based on the MinHeap implementation also included in this commit within the OpneSim.Framework namespace. Initially setup to exactly mimic the behavior beofre the change which was a first come first serve queue.