Erik <pyt...@lucidity.plus.com> writes: > I need to be able to lazily merge a variable number of > already-sorted(*) variable-length sequences
If the number of sequences is large, the traditional way is with the heapq module. -- https://mail.python.org/mailman/listinfo/python-list