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

Parallelize DictBuilder #48

Open
tgross35 opened this issue Jan 2, 2023 · 1 comment
Open

Parallelize DictBuilder #48

tgross35 opened this issue Jan 2, 2023 · 1 comment

Comments

@tgross35
Copy link
Contributor

tgross35 commented Jan 2, 2023

There are a couple things we can do here:

  • Add _file of _reader methods that accept a file name or a reader rather than a loaded string, this would save a large copy
  • Do the parsing in parallel
@tgross35
Copy link
Contributor Author

We should have a rayon feature on by default that does this. But need to benchmark whether this is worth it

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