Skip to content

Commit b5c8459

Browse files
committed
Update benchmarks.
1 parent a525a79 commit b5c8459

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

docs/src/main/tut/benchmarks.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ title: "Benchmarks"
88
| Library | Version |
99
|-----------------------|----------|
1010
| [commons csv] | 1.4 |
11-
| [jackson csv] | 2.8.2 |
11+
| [jackson csv] | 2.8.4 |
1212
| [opencsv] | 3.8 |
13-
| [product collections] | 1.4.3 |
14-
| [scala csv] | 1.3.3 |
15-
| kantan.csv | 0.1.10 |
16-
| [uniVocity] | 2.2.1 |
13+
| [product collections] | 1.4.5 |
14+
| [scala csv] | 1.3.4 |
15+
| kantan.csv | 0.1.16 |
16+
| [uniVocity] | 2.2.3 |
1717

1818
In order to be included in this benchmark, a library must be:
1919

@@ -65,16 +65,16 @@ the number, the better the results.
6565

6666
| Library | μs/action |
6767
|--------------------------|-----------|
68-
| [commons csv] | 54.48 |
69-
| [jackson csv] | 29.91 |
70-
| kantan.csv (commons csv) | 72.03 |
71-
| kantan.csv (internal) | 50.30 |
72-
| kantan.csv (jackson csv) | 44.24 |
73-
| kantan.csv (opencsv) | 80.76 |
74-
| [opencsv] | 63.59 |
75-
| [product collections] | 53.06 |
76-
| [scala csv] | 155.05 |
77-
| [uniVocity] | 29.09 |
68+
| [commons csv] | 56.29 |
69+
| [jackson csv] | 29.34 |
70+
| kantan.csv (commons csv) | 78.05 |
71+
| kantan.csv (internal) | 49.36 |
72+
| kantan.csv (jackson csv) | 48.21 |
73+
| kantan.csv (opencsv) | 89.10 |
74+
| [opencsv] | 67.79 |
75+
| [product collections] | 54.29 |
76+
| [scala csv] | 151.72 |
77+
| [uniVocity] | 30.48 |
7878

7979
A few things are worth pointing out:
8080

@@ -90,16 +90,16 @@ serialized.
9090

9191
| Library | μs/action |
9292
|--------------------------|-----------|
93-
| [commons csv] | 27.45 |
94-
| [jackson csv] | 22.59 |
95-
| kantan.csv (commons csv) | 32.03 |
96-
| kantan.csv (internal) | 34.24 |
97-
| kantan.csv (jackson csv) | 26.93 |
98-
| kantan.csv (opencsv) | 65.16 |
99-
| [opencsv] | 53.93 |
100-
| [product collections] | 91.51 |
101-
| [scala csv] | 54.89 |
102-
| [uniVocity] | 31.17 |
93+
| [commons csv] | 28.38 |
94+
| [jackson csv] | 24.39 |
95+
| kantan.csv (commons csv) | 33.39 |
96+
| kantan.csv (internal) | 30.40 |
97+
| kantan.csv (jackson csv) | 28.12 |
98+
| kantan.csv (opencsv) | 60.68 |
99+
| [opencsv] | 60.26 |
100+
| [product collections] | 69.63 |
101+
| [scala csv] | 58.85 |
102+
| [uniVocity] | 31.96 |
103103

104104
[commons csv]:https://commons.apache.org/proper/commons-csv/
105105
[jackson csv]:https://github.com/FasterXML/jackson-dataformat-csv

0 commit comments

Comments
 (0)