What is the fastest way to parse a string of numbers into a tuple / struct with different field types?

I think this has been already solved by GitHub - JuliaData/CSV.jl: Utility library for working with CSV and other delimited files in the Julia programming language

6 Likes