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

Major performance hit when emptying city generation block buffer #53

Open
AndyTechGuy opened this issue Apr 5, 2020 · 0 comments
Open
Labels
Type: Bug Issues reporting and PRs fixing problems

Comments

@AndyTechGuy
Copy link
Collaborator

To generate cities, DynamicCities first places all required blocks into a "block buffer". The blocks in this buffer are then placed on timed intervals. The process of placing blocks from this buffer creates a significant and very noticable performance delay. This process must be investigated and optimized.

image
Console output when block buffer is emptied

@AndyTechGuy AndyTechGuy added the Type: Bug Issues reporting and PRs fixing problems label Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

No branches or pull requests

1 participant