-
Notifications
You must be signed in to change notification settings - Fork 14
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
Sep library now supports parallel processing #65
Comments
@burnchar thanks for paying attention, I have benched against RecordParser and Sep is definitely faster. I had hoped to blog about the release but occupied by other matters and experiments. Server GC is your friend! |
I was not paying enough attention to notice that you had already sent a PR, but thank you both for your good work! |
Updated the blog! https://www.joelverhagen.com/blog/2020/12/fastest-net-csv-parsers |
Thank you for your updated benchmarks, and for your work on NuGet. |
RecordParser is no longer the only parallel CSV library.
Please add Sep tests with parallel support. I am curious if it can dethrone RecordParser!
The text was updated successfully, but these errors were encountered: