Innovoft.IO.SplitReaders is a library for efficient csv column reading. When reading small csv files and on one thread using a TextReader and doing a string.Split(...) is not an issue. But when reading 100 GB csv files on 48 threads, string creation ends up being an issue because of all the GC that it causes.
-
Notifications
You must be signed in to change notification settings - Fork 0
innovoft/Innovoft.IO.SplitReaders
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
efficient csv splitting
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published