Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Will multiple coroutines effect performance?

Asked by 7 years ago

I have a script that uses 4 coroutines at once, I just wanted to know if this makes any difference to the performance of my script, and if so how? and what can I do instead?

1
I think it's the same as using a seperate script. As far as I know, creating a coroutine creates a new thread which is better for multicore and manycore processors, but unless you're using hundreds, I don't think it makes much of a preformance difference. GoldenPhysics 474 — 7y
0
Alright thanks. SHDrivingMeNuts 299 — 7y

Answer this question