co-parallel
co-parallel copied to clipboard
Optimize performance
Normally speaking, the loop version is better than recursive one in terms of system load, especially the size of thunks is huge && high concurrency count, we will get memory stackoverflow error.