Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPerformance regression due to width_aware_slice #717
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently ef91741 introduced a significant performance regression when printing a long output. (The precise commit was pinned down through git bisect.)
To reproduce it, run
After reverting ef91741, printing
' '.join(map(str, xrange(10000)))takes less than a blink.