Skip to content

Commit b84ca19

Browse files
committed
update README: benchmark of 0.7.6 on Python 3.5
1 parent 852b13a commit b84ca19

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -468,18 +468,18 @@ and numeric data, ``tabulate`` appears to be slower than
468468

469469
::
470470

471-
===================================== ========== ===========
472-
Table formatter time, μs rel. time
473-
===================================== ========== ===========
474-
join with tabs and newlines 27.0 1.0
475-
csv to StringIO 38.5 1.4
476-
tabletext (0.1) 529.4 19.6
477-
asciitable (0.8.0) 877.2 32.5
478-
tabulate (0.7.6-dev) 1549.7 57.5
479-
tabulate (0.7.6-dev, WIDE_CHARS_MODE) 2271.5 84.2
480-
PrettyTable (0.7.2) 3986.1 147.8
481-
texttable (0.8.3) 4412.8 163.6
482-
===================================== ========== ===========
471+
================================= ========== ===========
472+
Table formatter time, μs rel. time
473+
================================= ========== ===========
474+
csv to StringIO 25.3 1.0
475+
join with tabs and newlines 33.6 1.3
476+
asciitable (0.8.0) 590.0 23.4
477+
tabulate (0.7.6) 1403.5 55.6
478+
tabulate (0.7.6, WIDE_CHARS_MODE) 2156.6 85.4
479+
PrettyTable (0.7.2) 3377.0 133.7
480+
texttable (0.8.6) 3986.3 157.8
481+
================================= ========== ===========
482+
483483

484484
Version history
485485
---------------

0 commit comments

Comments
 (0)