@@ -679,18 +679,18 @@ At the same time, `tabulate` is comparable to other table
679
679
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
680
680
numeric data, ` tabulate ` appears to be slower than ` asciitable ` , and
681
681
faster than ` PrettyTable ` and ` texttable ` The following mini-benchmark
682
- was run in Python 3.8.1 in Windows 10 x64:
682
+ was run in Python 3.8.3 in Windows 10 x64:
683
683
684
684
================================= ========== ===========
685
685
Table formatter time, μs rel. time
686
686
================================= ========== ===========
687
- csv to StringIO 12.0 1.0
688
- join with tabs and newlines 14.7 1.2
689
- asciitable (0.8.0) 189.6 15.8
690
- tabulate (0.8.8 ) 480.9 40.1
691
- tabulate (0.8.8 , WIDE_CHARS_MODE) 610.2 50.8
692
- PrettyTable (2.0.0 ) 899.8 75.0
693
- texttable (1.6.3 ) 1117.3 93.1
687
+ csv to StringIO 12.5 1.0
688
+ join with tabs and newlines 15.6 1.3
689
+ asciitable (0.8.0) 191.4 15.4
690
+ tabulate (0.8.9 ) 472.8 38.0
691
+ tabulate (0.8.9 , WIDE_CHARS_MODE) 789.6 63.4
692
+ PrettyTable (0.7.2 ) 879.1 70.6
693
+ texttable (1.6.2 ) 1352.2 108.6
694
694
================================= ========== ===========
695
695
696
696
0 commit comments