@@ -468,18 +468,18 @@ and numeric data, ``tabulate`` appears to be slower than
468
468
469
469
::
470
470
471
- ===================================== ========== ===========
472
- Table formatter time, μs rel. time
473
- ===================================== ========== ===========
474
- join with tabs and newlines 27.0 1.0
475
- csv to StringIO 38.5 1.4
476
- tabletext (0.1 ) 529.4 19.6
477
- asciitable (0.8.0 ) 877.2 32.5
478
- tabulate (0.7.6-dev ) 1549.7 57.5
479
- tabulate (0.7.6-dev, WIDE_CHARS_MODE ) 2271.5 84.2
480
- PrettyTable (0.7.2 ) 3986.1 147 .8
481
- texttable (0.8.3) 4412.8 163.6
482
- ===================================== ========== ===========
471
+ ================================= ========== ===========
472
+ Table formatter time, μs rel. time
473
+ ================================= ========== ===========
474
+ csv to StringIO 25.3 1.0
475
+ join with tabs and newlines 33.6 1.3
476
+ asciitable (0.8.0 ) 590.0 23.4
477
+ tabulate (0.7.6 ) 1403.5 55.6
478
+ tabulate (0.7.6, WIDE_CHARS_MODE ) 2156.6 85.4
479
+ PrettyTable (0.7.2 ) 3377.0 133.7
480
+ texttable (0.8.6 ) 3986.3 157 .8
481
+ ================================= ========== ===========
482
+
483
483
484
484
Version history
485
485
---------------
0 commit comments