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

Async Enumerable #535

Merged
merged 29 commits into from
Mar 1, 2020
Merged

Async Enumerable #535

merged 29 commits into from
Mar 1, 2020

Conversation

GrahamTheCoder
Copy link
Member

@GrahamTheCoder GrahamTheCoder commented Feb 29, 2020

Fixes #524 (Or rather hopefully mitigates it sufficiently)

Aims to:

  • Reduce memory pressure by writing the files as it goes
  • Slightly increase performance by more careful parallelization and due to the above
  • Make starting a new conversion (or closing VS) cancel the old one when the next file completes

@GrahamTheCoder GrahamTheCoder force-pushed the asyncenumerable branch 2 times, most recently from f355466 to 10018ad Compare March 1, 2020 11:09
@GrahamTheCoder GrahamTheCoder merged commit e9ec9b4 into master Mar 1, 2020
@GrahamTheCoder GrahamTheCoder deleted the asyncenumerable branch March 1, 2020 16:36
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.

Conversion hangs on large project
1 participant