aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MinHeap.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-23Commiting Avination's memleak fix-a-thon, installment #1Melanie1-4/+8
As the MinHeap shrinks, free object references that have been sent. Also, free the last item when it empties.
2009-10-22Add copyright header. Formatting cleanup.Jeff Ames1-0/+27
2009-10-15Replaced the update lists with a priority queue implementation in LLClientViewjjgreens1-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.