##// END OF EJS Templates
fix n^2 performance issue in coalesce_streams preprocessor...
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 output (n-i) times. - move pattern to module level - apply replacement after coalescing outputs
MinRK -
r16206:ec150889
Show More
Name Size Modified Last Commit Author
/ IPython / extensions / tests
__init__.py Loading ...
test_autoreload.py Loading ...
test_cythonmagic.py Loading ...
test_octavemagic.py Loading ...
test_rmagic.py Loading ...
test_storemagic.py Loading ...