Skip to content

Commit 35ee0f6

Browse files
committed
update mini-benchmark table
1 parent 37ac76e commit 35ee0f6

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,17 +1172,17 @@ simply joining lists of values with a tab, comma, or other separator.
11721172
At the same time, `tabulate` is comparable to other table
11731173
pretty-printers. Given a 10x10 table (a list of lists) of mixed text and
11741174
numeric data, `tabulate` appears to be faster than `PrettyTable` and `texttable`.
1175-
The following mini-benchmark was run in Python 3.11.9 on Windows 11 (x64):
1175+
The following mini-benchmark was run in Python 3.13.7 on Windows 11 (x64):
11761176

11771177
================================== ========== ===========
11781178
Table formatter time, μs rel. time
11791179
================================== ========== ===========
1180-
join with tabs and newlines 6.3 1.0
1181-
csv to StringIO 6.6 1.0
1182-
tabulate (0.10.0) 249.2 39.3
1183-
tabulate (0.10.0, WIDE_CHARS_MODE) 325.6 51.4
1184-
texttable (1.7.0) 579.3 91.5
1185-
PrettyTable (3.11.0) 605.5 95.6
1180+
csv to StringIO 11.9 1.0
1181+
join with tabs and newlines 12.1 1.0
1182+
PrettyTable (3.17.0) 468.0 39.3
1183+
tabulate (0.10.0) 553.4 46.5
1184+
tabulate (0.10.0, WIDE_CHARS_MODE) 612.2 51.4
1185+
texttable (1.7.0) 1071.4 90.0
11861186
================================== ========== ===========
11871187

11881188

0 commit comments

Comments
 (0)