Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-threaded lighting calculations? #60

Open
Technoguyfication opened this issue Aug 1, 2019 · 1 comment
Open

Multi-threaded lighting calculations? #60

Technoguyfication opened this issue Aug 1, 2019 · 1 comment

Comments

@Technoguyfication
Copy link

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?

@redwyre
Copy link
Contributor

redwyre commented Aug 1, 2019

What errors are you getting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants