I have a collection of ten million records which I...
# coroutines
p
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?