##// END OF EJS Templates
Backport PR #5535: fix n^2 performance issue in coalesce_streams preprocessor...
Backport PR #5535: fix n^2 performance issue in coalesce_streams preprocessor for n consecutive stream outputs, `\r` fix would be compiled n times, and applied to each ith output (n-i) times. - move pattern to module level - apply replacement after coalescing outputs An example notebook from nbviewer with ~1k outputs that was taking 90 seconds to render now takes 3 seconds.
MinRK -
r16235:bceec0c0
Show More
Name Size Modified Last Commit Author
/ examples / IPython Kernel
gui
Background Jobs.ipynb Loading ...
Cell Magics.ipynb Loading ...
Index.ipynb Loading ...
Script Magics.ipynb Loading ...
example-demo.py Loading ...
ipython-completion.bash Loading ...
ipython-get-history.py Loading ...
ipython-qtconsole.desktop Loading ...
ipython.desktop Loading ...