EQS multithreading questions

Thanks James for your answer, really insightfull.

I will be testing more with time slicing and monitor what’s happening.

That being said the fact that we are working in an asynchronous way sounded like a perfect place to go for multithreaded logics.

It seems impossible to do it within individual tests (because of the iterator - unless you have a trick (async trace for instance) ?) and sadly and I am not allowed to modify the engine. I also tried pre-batching result using a parallel for but didn’t seem to give me faster results. (for 3000 items)

By the way why is EQS an inner module when the editor side is a plugin ? I might be missing something.

Well either way, looking forward for more multi threaded things inside of the engine. thank you for mover :slight_smile: