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

[attempt by ycombinator] concurrent dcopy #122

Merged
merged 20 commits into from
Sep 2, 2023

Conversation

otiai10
Copy link
Owner

@otiai10 otiai10 commented Sep 2, 2023

No description provided.

@otiai10 otiai10 changed the title Ycombinator/concurrent dcopy [attempt by ycombinator] concurrent dcopy Sep 2, 2023
@otiai10 otiai10 merged commit d4178a0 into feature/concurrent-dcopy Sep 2, 2023
5 of 20 checks passed
@otiai10 otiai10 deleted the ycombinator/concurrent-dcopy branch September 2, 2023 10:18
otiai10 pushed a commit that referenced this pull request Sep 3, 2023
* Use worker pool

* Introduce Concurrency() functional option

* Collect all errors

* Simplify type of Concurrency option

* Make channels buffered

* Make input channel unbuffered

* Logging for debugging

* 10x channel capacities

* 10x concurrency

* 100x concurrency

* 100x in channel

* Make output channel 1000x

* Reducing numWorkers multiplier by 1/10

* Removing numWorkers multiplier

* Reducing in channel capacity by 1/10

* Reducing output channel capacity by 1/10

* Reducing output channel capacity by further 1/10

* Remove input channel capacity multiplier

* Removing multiplication factor for output channel capacity

* Remove debugging statement

---------

Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
otiai10 added a commit that referenced this pull request Sep 3, 2023
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.

2 participants