Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable reusing records in csv/tsv detection (#443)
This change should help with allocations, but ideally there would be no allocations when detecting csv. For that to happen the detection needs to move from using stdlib csv reader to something else.
- Loading branch information