Vincent Rabaud d3d163972f Optimize the heap usage in HistogramCombineGreedy.
The previous priority system used a heap which was too heavy to
maintain (what was gained from insertions / deletions was lost
due to a linear that still happened on the heap for invalidation).
The new structure is a priority queue where only the head is
ordered.

Change-Id: Id13f8694885a934fe2b2f115f8f84ada061b9016
2015-12-10 12:44:11 +01:00
..
2015-04-15 01:56:31 -07:00
2015-04-15 01:56:31 -07:00
2015-03-03 00:48:28 +01:00
2015-10-28 23:43:40 -07:00