deno-csv
deno-csv copied to clipboard
Streaming API for reading and writing CSV for https://deno.land/
https://github.com/denoland/deno/issues/14893
**Why?** I want to try to use SIMD instructions to speed up string comparison. I'm not sure that it will be faster but I'm curious. **TODO** - [x] Simple parser...
A new compilation error, should be super easy to fix ``` error: Relative import path "@std/io/iterate-reader" not prefixed with / or ./ or ../ and not in import map from...
CI checks also needs `deno check` — this will show any compilation errors