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

Add benchmarks to compare performance against other JVM tabular processing libraries #23

Open
twilco opened this issue Sep 15, 2018 · 0 comments
Milestone

Comments

@twilco
Copy link
Contributor

twilco commented Sep 15, 2018

It would be interesting and useful to have benchmarks of Tabitha's performance versus other JVM-based tabular processing libraries. We should measure both memory consumption (average, peak, more?) and processing speed. Could this be automated somehow?

Possible libraries to compare against might include...

CSV/TSV:

fastcsv
flatpack
commons-csv
supercsv

XLS/XLSX:

POD
excel-streaming-reader (only works with XLSX files)
zerocell

There are lots of benchmark tools out there, such as JMH. We should explore the options.

@sagebind sagebind added this to the Wishlist milestone Oct 5, 2018
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

No branches or pull requests

2 participants