Hello,

I am quite new to golang and has been programming python and c++ for a while.

I use python heapq.merge to merge sort multiple already-sorted queues in 
generator style. 

I am wondering if golang already has anything to do this, or I should somehow 
implement my own using priority queues? Say, I have N Channels, each streaming 
in sorted integers ( arbitrary already sorted data types), and I want the 
return to be another channel which merge-sort these incoming N channels. 

-Jiang

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to