Parsing 400MB per second with less than 80 lines of 🔥 — So what is so hard about parsing CSV, isn’t it just .split("\n") and .split(",")? It can be, if you don’t have to comply with the RFC 4180. RFC 4180 states, that a field can be placed between quotes (") and then it is legal to have new lines and commas…