Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use woodstox stax parser for additional 35% perf increase #64

Merged
merged 3 commits into from
Feb 11, 2019

Conversation

rzymek
Copy link
Collaborator

@rzymek rzymek commented Feb 11, 2019

Benchmark                               Mode  Cnt     Score     Error  Units
BenchmarksTest.apachePoi                  ss    5  4451.691 ± 888.536  ms/op
BenchmarksTest.fastExcelReaderJdkStax     ss    5  1010.340 ± 341.842  ms/op
BenchmarksTest.fastExcelReaderWoodStox    ss    5   647.653 ±  62.834  ms/op
BenchmarksTest.monitorjbl                 ss    5  1072.460 ± 374.670  ms/op
BenchmarksTest.streamingApachePoi         ss    5  2460.859 ± 334.194  ms/op

```
Benchmark                               Mode  Cnt     Score     Error  Units
BenchmarksTest.apachePoi                  ss    5  4451.691 ± 888.536  ms/op
BenchmarksTest.fastExcelReaderJdkStax     ss    5  1010.340 ± 341.842  ms/op
BenchmarksTest.fastExcelReaderWoodStox    ss    5   647.653 ±  62.834  ms/op
BenchmarksTest.monitorjbl                 ss    5  1072.460 ± 374.670  ms/op
BenchmarksTest.streamingApachePoi         ss    5  2460.859 ± 334.194  ms/op
```
@ochedru ochedru merged commit 74d5375 into dhatim:master Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants