deno-csv
deno-csv copied to clipboard
WASM support
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 without quoting support
- [ ] Use SIMD instructions to speed up
- [ ] Add quoting support