tj / co-parallel

Execute thunks in parallel with concurrency support
109 stars 9 forks source link

Optimize performance #12

Open buaaljy opened 7 years ago

buaaljy commented 7 years ago

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.