shkm / excel-parsing-benchmarks

Benchmarking the speed of reading xlsx files with various Ruby libraries.
2 stars 3 forks source link

Re-run against simple_xlsx_reader 2.0? #1

Open woahdae opened 1 year ago

woahdae commented 1 year ago

I've implemented both the shared strings and worksheet parsers as SAX parsers, and simple_xlsx_reader's performance is much improved.

I'll run my own benchmarks, thanks for this repo! But just letting you know of the change.

Currently it's in a '2.0.0-pre' state but I plan to release 2.0 proper soon.

https://github.com/woahdae/simple_xlsx_reader, branch 2.0.0-pre

shkm commented 1 year ago

Thanks for the notice, @woahdae! I'll try to find some time in the near future to update this.