Join Slack
Communities
Powered by
I have a collection of ten million records which I...
# coroutines
p
poohbar
10/16/2017, 7:40 PM
I have a collection of ten million records which I want to
map
into ten million of objects. I can split the collection into chunks and have all my cores work on each chunk in parallel. I have 64 cores. Are coroutines a good candidate for this?
Open in Slack
Previous
Next