• Raymond Hettinger's avatar
    Added itertools.tee() · f934c612
    Raymond Hettinger authored
    It works like the pure python verion except:
    * it stops storing data after of the iterators gets deallocated
    * the data queue is implemented with two stacks instead of one dictionary.
    f934c612
libitertools.tex 14 KB