Erik wrote:

> I need to be able to lazily merge a variable number of already-sorted(*)
> variable-length sequences into a single sorted sequence. 

https://docs.python.org/dev/library/heapq.html#heapq.merge


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to