You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm using substrate to do some work on a large world (>5k blocks square) and I noticed the lighting calculations are taking up over 90% of my CPU time. I tried multithreading the lighting calculations but it started giving me errors, so I have to run it on a single thread the entire time which is painfully slow. Is there some way to perform block and skylight calculations concurrently?
The text was updated successfully, but these errors were encountered:
Hi. I'm using substrate to do some work on a large world (>5k blocks square) and I noticed the lighting calculations are taking up over 90% of my CPU time. I tried multithreading the lighting calculations but it started giving me errors, so I have to run it on a single thread the entire time which is painfully slow. Is there some way to perform block and skylight calculations concurrently?
The text was updated successfully, but these errors were encountered: