aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MinHeap.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.