uniVocity/csv-parsers-comparison

Is there a "parse into Beans" comparison avaliable

helt opened this issue · 2 comments

helt commented

Is my assumption correct, that the performance comparison is based on "parsing into String[]" ?

If yes, then it would be nice to see a comparision for parsing csv into beans.

jbax commented

You are correct.

We're going to merge all pull requests and expand the comparison to include not only
performance, but also feature comparisons (parsing into beans fall into this). This is going to demand quite a bit of work and it will be performed at a later date (not yet defined).

@helt here is a benchmark for databinding only: https://github.com/skjolber/csv-benchmark; it might serve as a starting point.