Settings

Theme

The SIMD-CSV crate chose not to use simdjson tricks to parse CSV with SIMD

docs.rs

13 points by Yomguithereal 5 months ago · 3 comments

Reader

mattewong 4 months ago

What is the advantage of this over the parser used by xsv? From the documentation, the only difference I can see is that xsv handles weird CSV better than this crate-- which in some situations is very important! So presumably this one must be faster? If so, how much faster? Or is there some other advantage to this?

gazoduke 5 months ago

It would be useful to see how it compares to this .NET parser: https://github.com/nietras/Sep

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection