Ultra-fast CSV parsing and encoding for Elixir(github.com)
github.com
Ultra-fast CSV parsing and encoding for Elixir
https://github.com/jeffhuen/RustyCSV
1 comments
I came across this repo while trying to find alternative to NimbleCSV, the go-to CSV parser for Elixir. NimbleCSV took 230s to parse a 250MB file with 35000 rows and 2000+ columns. RustyCSV took 1.7s.