aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MinHeap.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a few changes on priority queues and their heapUbitUmarov2019-01-251-16/+20
|
* code aestheticsUbitUmarov2018-11-171-12/+12
|
* let MinHeap self trim on empty; cleanupUbitUmarov2018-01-241-70/+80
|
* 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.