BurntSushi / BurntSushi/rust-csv

add benchmark for non-ASCII data

Open
#187 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.