github.com/actforgood/bigcsvreader
Package bigcsvreader offers a multi-threaded approach for reading a large CSV file in order to improve the time of reading and processing it. It spawns multiple goroutines, each reading a piece of the file. Read rows are put into channels equal in number to the spawned goroutines, in this way also the processing of those rows can be parallelized.
No maintainers found.
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/actforgood/bigcsvreader
spec |
| License | MIT |
| Namespace | github.com/actforgood |
| First Release | over 3 years ago |
| Last Synced | 25 days ago |
Repository
| Stars | 55 on GitHub |
| Forks | 7 on GitHub |
Rankings on proxy.golang.org
Overall
Top 9.3%
Dependent repos
Top 4.7%