dhatim / fastexcel

Generate and read big Excel files quickly
Other
684 stars 122 forks source link

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

Closed rzymek closed 5 years ago

rzymek commented 5 years ago
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