Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-csv-parallel-processing

Example for CSV processing in Golang using goroutines and sync.WaitGroup

For blog post "Parallel processing of CSV in Elixir and Golang".

Generate some test data

go build csvparallel/generate && ./generate -n 1000 -f test.csv

Test importer

go build csvparallel/import && ./import -f test.csv

About

Example for CSV processing in Golang using goroutines and sync.WaitGroup

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages