@@ -706,19 +706,19 @@ At the same time, `tabulate` is comparable to other table
706
706
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
707
707
numeric data, ` tabulate ` appears to be slower than ` asciitable ` , and
708
708
faster than ` PrettyTable ` and ` texttable ` The following mini-benchmark
709
- was run in Python 3.8.3 in Windows 10 x64 :
709
+ was run in Python 3.8.2 in Ubuntu 20.04 :
710
710
711
- ================================= ========== ===========
712
- Table formatter time, μs rel. time
713
- ================================= ========== ===========
714
- csv to StringIO 12.5 1.0
715
- join with tabs and newlines 15.6 1.3
716
- asciitable (0.8.0) 191.4 15 .4
717
- tabulate (0.8.9 ) 472.8 38.0
718
- tabulate (0.8.9 , WIDE_CHARS_MODE) 789.6 63.4
719
- PrettyTable (0.7.2 ) 879.1 70.6
720
- texttable (1.6.2 ) 1352.2 108.6
721
- ================================= ========== ===========
711
+ ================================== ========== ===========
712
+ Table formatter time, μs rel. time
713
+ ================================== ========== ===========
714
+ csv to StringIO 9.0 1.0
715
+ join with tabs and newlines 10.7 1.2
716
+ asciitable (0.8.0) 174.6 19 .4
717
+ tabulate (0.8.10 ) 385.0 42.8
718
+ tabulate (0.8.10 , WIDE_CHARS_MODE) 509.1 56.5
719
+ PrettyTable (3.3.0 ) 827.7 91.9
720
+ texttable (1.6.4 ) 952.1 105.7
721
+ ================================== ========== ===========
722
722
723
723
724
724
Version history
@@ -785,4 +785,5 @@ Wes Turner, Andrew Tija, Marco Gorelli, Sean McGinnis, danja100,
785
785
endolith, Dominic Davis-Foster, pavlocat, Daniel Aslau, paulc,
786
786
Felix Yan, Shane Loretz, Frank Busse, Harsh Singh, Derek Weitzel,
787
787
Vladimir Vrzić, 서승우 (chrd5273), Georgy Frolov, Christian Cwienk,
788
- Bart Broere, Vilhelm Prytz.
788
+ Bart Broere, Vilhelm Prytz, Alexander Gažo, Hugo van Kemenade,
789
+ jamescooke, Matt Warner.
0 commit comments