File tree 1 file changed +8
-7
lines changed 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -687,21 +687,22 @@ 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.7.1 on Windows
690
+ The following mini-benchmark was run in Python 3.6.8 on Ubuntu 18.04 in WSL:
691
691
692
692
::
693
693
694
694
=========================== ========== ===========
695
695
Table formatter time, μs rel. time
696
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
697
+ csv to StringIO 11.3 1.0
698
+ join with tabs and newlines 14.5 1.3
699
+ asciitable (0.8.0) 233.4 20.7
700
+ tabulate (0.8.4 ) 523.4 46.4
701
+ PrettyTable (0.7.2) 967.7 85.8
702
+ texttable (1.6.2 ) 1377.0 122.1
703
703
=========================== ========== ===========
704
704
705
+
705
706
Version history
706
707
---------------
707
708
You can’t perform that action at this time.
0 commit comments