BurntSushi / BurntSushi/rust-csv
add benchmark for non-ASCII data
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
This is important to justify the use of `unsafe` when reading `StringRecord`s. Theoretically, if there were no performance difference between doing two UTF-8 validity checks versus doing only one, then `unsafe` could be avoided. It's quite unlikely that this difference cannot be observed, but I've been wrong before.
See #186 for more discussion.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.