You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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.
The text was updated successfully, but these errors were encountered: