atemerev / skynet

Skynet 1M threads microbenchmark
MIT License
1.04k stars 122 forks source link

Is .NET TPL version synchronous? #60

Open omnibs opened 8 years ago

omnibs commented 8 years ago

I looked at the code, found it a bit weird and went on to debug it.

It seems we have one task running parallel to the Main task and doing, if I understand it correctly, only an asynchronous reduce (aggregate) over all synchronous and recursive results.

Can anyone help me understand this?

I've created a stackoverflow question hoping for more attention.