krakjoe / parallel

A succinct parallel concurrency API for PHP8
Other
1.4k stars 92 forks source link

Recursion/Cycles #302

Open krakjoe opened 1 month ago

krakjoe commented 1 month ago

Supporting recursion means we need to be able to collect cyclic references to persistent variables created while copying.

I don't have any good ideas for this yet ...

krakjoe commented 1 month ago

For now, I have added XFAIL to the couple of failing tests ... self referencing structures shouldn't crash like it always has but will cause leaks until we have solved this problem.

I would rather no releases are published until this problem is solved, I will try to give it time over the coming week ... busy week, going back to work.