Hi,I'd like to ask why is the function returning a sorted list in the aggregator grabbing the unsorted PriorityQueue iterator and then sorting it, instead of using PriorityQueue.tell(). I suspect it has to do with mutable PriorityQueue object, but 1) there is some mutable state already (in plus/reduce) 2) there seem to be other options, like copying the PriorityQueue prior to tell()ing available.
--
You received this message because you are subscribed to the Google Groups "algebird" group.
To unsubscribe from this group and stop receiving emails from it, send an email to algebird+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.