We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This isn't nearly as fast as it could be. I think probably the place to start would be to stop allocating all over the place. We should be able to share data a whole lot more. See https://docs.rs/csv/latest/csv/tutorial/index.html#performance
Of course, need to add some profiling and benchmarks before we can do this.
The nice thing is I don't think this has to be breaking for any users, it can all happen transparently
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This isn't nearly as fast as it could be. I think probably the place to start would be to stop allocating all over the place. We should be able to share data a whole lot more. See https://docs.rs/csv/latest/csv/tutorial/index.html#performance
Of course, need to add some profiling and benchmarks before we can do this.
The nice thing is I don't think this has to be breaking for any users, it can all happen transparently
The text was updated successfully, but these errors were encountered: