Monthly Archives: December 2008

Python Performance Part 3: Python 3000 and Transforming Large Lists into Seperate Smaller Lists

Preface This is a redux of Python Performance Part 1, where the fastest method was using the reduce builtin function in Python2.5. December 3rd, Python 3000 final was released so I have downloaded it and gone over some of these … Continue reading

Posted in Code, Hacking | Tagged | Leave a comment