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

split: refactored to actually create chunks <= desired --kb-size, obviating need for hacky --sep-factor option #1615

Merged
merged 2 commits into from Feb 22, 2024

Conversation

jqnatividad
Copy link
Owner

closes #1609

- we know actually write the CSV to a buffer so we don't need to guess the length of a row in bytes, removing the need for the `--sep-factor` option
- also used simdut8 to make utf8 processing/validation faster

closes #1609
@jqnatividad jqnatividad merged commit 3d4b81e into master Feb 22, 2024
14 checks passed
@jqnatividad jqnatividad deleted the 1609-split-refactor branch March 30, 2024 11:45
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

Successfully merging this pull request may close these issues.

Split based on maximum file size
1 participant