Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterize CSV reading benchmark for streaming & compression #60

Open
westonpace opened this issue Jul 22, 2021 · 0 comments
Open

Parameterize CSV reading benchmark for streaming & compression #60

westonpace opened this issue Jul 22, 2021 · 0 comments

Comments

@westonpace
Copy link
Contributor

Right now the CSV reading benchmark is reading a gzip file which is actually something of a worst-case scenario (for hot-in-cache data) since the decompression becomes a bottleneck.

Also, the benchmark only tests the CSV file reader and not the streaming CSV reader which is used by the datasets API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant