Commit Graph

6 Commits

Author SHA1 Message Date
UbitUmarov
e3d0ec6f40 a few changes on priority queues and their heap 2019-01-25 20:46:03 +00:00
UbitUmarov
852e20a5a7 code aesthetics 2018-11-17 17:35:47 +00:00
UbitUmarov
5a246026a0 let MinHeap self trim on empty; cleanup 2018-01-24 04:48:10 +00:00
Melanie
7d16d0664e Commiting Avination's memleak fix-a-thon, installment #1
As the MinHeap shrinks, free object references that have been sent. Also,
free the last item when it empties.
2012-07-23 19:21:59 +01:00
Jeff Ames
d756fa01ae Add copyright header. Formatting cleanup. 2009-10-22 18:57:24 +09:00
jjgreens
df2d5a460f Replaced the update lists with a priority queue implementation in LLClientView
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.
2009-10-15 15:52:53 -07:00