Parallel map for collection
Khalian opened this issue · 0 comments
Khalian commented
This is going to me my next entry but I am not complete.
http://stackoverflow.com/questions/42619447/how-to-implement-a-parallel-map-in-swift
Anyone has any ideas. A dumber implementation would just exec some method in a non blocking fashion, but that isnt really a parallel map impl.