Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Burst errors
#9
(26-09-2023, 02:49 PM)redrag Wrote: But also are we not losing benefit of jobs by turning off multi-threading?

Turning off multi-threading will result in the code being executed on the main thread only. You're looking at roughly 8 times slower code with multi-threading turned off on an 8-core machine, losing all benefits from using jobs.

However, multithreading is enabled by default as far as I know? it makes no sense whatsoever for it to be disabled on editor restart, and certainly not to disable it manually except for debugging purposes.

Safety checks and the jobs debugger are however enabled by default, and you'll get a moderate performance boost by disabling them. This allows Burst to stop doing runtime checks and injecting profiling/debugging code which cripple performance.
Reply


Messages In This Thread
Burst errors - by redrag - 01-09-2023, 12:23 PM
RE: Burst errors - by SimonP - 01-09-2023, 06:42 PM
RE: Burst errors - by redrag - 18-09-2023, 12:47 PM
RE: Burst errors - by josemendez - 18-09-2023, 01:57 PM
RE: Burst errors - by redrag - 18-09-2023, 03:45 PM
RE: Burst errors - by josemendez - 19-09-2023, 08:45 AM
RE: Burst errors - by redrag - 25-09-2023, 11:29 AM
RE: Burst errors - by redrag - 26-09-2023, 02:49 PM
RE: Burst errors - by josemendez - 26-09-2023, 03:09 PM