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

Added mneri/csv parser (https://github.com/mneri/csv) #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mneri
Copy link

@mneri mneri commented Nov 13, 2018

I added the benchmark for mneri/csv parser. You can find it at https://github.com/mneri/csv.
It is quite simple but it has some good results.

@@ -37,7 +37,8 @@
new OsterMillerParser(),
new JacksonParser(),
new SimpleFlatMapperParser(),
new ProductCollectionsParser()
new ProductCollectionsParser(),
new MneriCsvParser()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add it to Parsers in the parsers8 package as your parser will not work with Java 6 or 7 as far as I know (also move the MneriCsvParser into that package).

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

Successfully merging this pull request may close these issues.

2 participants