Nice!
Funny coincidence, @Yomguithereal has been working for the past few weeks pretty much on the same idea of using SIMD for CSV parsing, but in Rust! https://github.com/medialab/simd-csv
VoidWhisperer•5m ago
Just to clarify something from the article and the github repo code (sorry if this is readily explained in the repo, C code using AVX stuff is not something I have any experience with): does the SIMD version still handle things like escaped quotes inbetween quotes denoting a string in a field in the csv file? It isn't mentioned in the article
boogheta•10m ago