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

increase speed by amortizing allocations #1

Open
NickCrews opened this issue Jun 9, 2023 · 0 comments
Open

increase speed by amortizing allocations #1

NickCrews opened this issue Jun 9, 2023 · 0 comments

Comments

@NickCrews
Copy link
Owner

NickCrews commented Jun 9, 2023

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

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