@@ -687,22 +687,20 @@ In the same time ``tabulate`` is comparable to other table
687
687
pretty-printers. Given a 10x10 table (a list of lists) of mixed text
688
688
and numeric data, ``tabulate `` appears to be slower than
689
689
``asciitable ``, and faster than ``PrettyTable `` and ``texttable ``
690
- The following mini-benchmark was run in Python 3.5.2 on Windows
690
+ The following mini-benchmark was run in Python 3.7.1 on Windows
691
691
692
692
::
693
693
694
- ================================= ========== ===========
695
- Table formatter time, μs rel. time
696
- ================================= ========== ===========
697
- csv to StringIO 14.5 1.0
698
- join with tabs and newlines 20.3 1.4
699
- asciitable (0.8.0) 355.1 24.5
700
- tabulate (0.8.2) 830.3 57.3
701
- tabulate (0.8.2, WIDE_CHARS_MODE) 1483.4 102.4
702
- PrettyTable (0.7.2) 1611.9 111.2
703
- texttable (0.8.8) 1916.5 132.3
704
- ================================= ========== ===========
705
-
694
+ =========================== ========== ===========
695
+ Table formatter time, μs rel. time
696
+ =========================== ========== ===========
697
+ csv to StringIO 15.6 1.0
698
+ join with tabs and newlines 20.4 1.3
699
+ asciitable (0.8.0) 285.5 18.3
700
+ tabulate (0.8.3) 685.8 44.0
701
+ PrettyTable (0.7.2) 1277.4 81.9
702
+ texttable (1.6.0) 1744.7 111.8
703
+ =========================== ========== ===========
706
704
707
705
Version history
708
706
---------------
0 commit comments