You must log in or # to comment.
Sorry, but, is CSV hard to parse? Wouldn’t it be an O(n) operation? Like, you can parse it as fast as you can read it.
Ok, I read the article. There are definitely some really cool optimizations, but I think it still fundamentally runs in O(n) time. Really cool article and worth the read, though.

