@@ -672,17 +672,17 @@ In the same time `tabulate` is comparable to other table
672
672
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
673
673
numeric data, ` tabulate ` appears to be slower than ` asciitable ` , and
674
674
faster than ` PrettyTable ` and ` texttable ` The following mini-benchmark
675
- was run in Python 3.6.8 on Ubuntu 18.04 in WSL :
675
+ was run in Python 3.8.1 in Windows 10 x64 :
676
676
677
- ========================== ========== ===========
677
+ =========================== ========== ===========
678
678
Table formatter time, μs rel. time
679
679
=========================== ========== ===========
680
- csv to StringIO 21 .4 1.0
681
- join with tabs and newlines 29.6 1.4
682
- asciitable (0.8.0) 506.8 23 .7
683
- tabulate (0.8.6 ) 1079.9 50 .5
684
- PrettyTable (0.7.2) 2032.0 95 .0
685
- texttable (1.6.2) 3025.7 141.4
680
+ csv to StringIO 12 .4 1.0
681
+ join with tabs and newlines 15.7 1.3
682
+ asciitable (0.8.0) 208.3 16 .7
683
+ tabulate (0.8.7 ) 492.1 39 .5
684
+ PrettyTable (0.7.2) 945.5 76 .0
685
+ texttable (1.6.2) 1239.5 99.6
686
686
=========================== ========== ===========
687
687
688
688
@@ -742,4 +742,5 @@ Maier, Andy MacKinlay, Thomas Roten, Jue Wang, Joe King, Samuel Phan,
742
742
Nick Satterly, Daniel Robbins, Dmitry B, Lars Butler, Andreas Maier,
743
743
Dick Marinus, Sébastien Celles, Yago González, Andrew Gaul, Wim Glenn,
744
744
Jean Michel Rouly, Tim Gates, John Vandenberg, Sorin Sbarnea,
745
- Wes Turner.
745
+ Wes Turner, Andrew Tija, Marco Gorelli, Sean McGinnis.
746
+
0 commit comments