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
yeah it's really slow in my experience, if you're dealing with large amount of rows you can literally see the console output being produced, as standard output finished printing everything in one go. I am going to try texttable to see if that mitigates the problem.
Hi, tabulate is very beatiful.
but compare with plain cout, it seems much slower.
my plain cout cost 0.002s but after i use tabulate, it cost 0.05 about 25 times comparing with plain.
Is there any method to speed up?
ps. i always use tabulate to show a stl map.
using table, add key row and column row, set some show style.
Did i miss anything?
thanks
ps. this is my show code:
The text was updated successfully, but these errors were encountered: