Mark Pflug
Results
42
comments of
Mark Pflug
If you're interested in write performance, I have some benchmarks that measure that for a handful of libraries, which you can find here: https://github.com/markpflug/benchmarks
I added a few unit test cases to compare behavior of certain parser edge-cases. This covers the following scenarios: Quoted: `"a"` QuotedComma: `"a,b"` QuotedQuote: `"a""b"` QuotedNewLine: `"a\r\nb"` QuotedNewLine is the...