You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am surprised that I can't find this discussed anywhere. As usual in jupyter, when you evaluate a cell that ends with an expression and not ; that value is printed. Why is this slower than std::cout << ... << std::endl;? Takes a whole second just to print an integer. I don't notice this difference in the cling repl.
The text was updated successfully, but these errors were encountered:
I am surprised that I can't find this discussed anywhere. As usual in jupyter, when you evaluate a cell that ends with an expression and not
;
that value is printed. Why is this slower thanstd::cout << ... << std::endl;
? Takes a whole second just to print an integer. I don't notice this difference in the cling repl.The text was updated successfully, but these errors were encountered: