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

Trapezoidal room generation/placement is slow #28

Open
glennmatthews opened this issue Oct 14, 2013 · 0 comments
Open

Trapezoidal room generation/placement is slow #28

glennmatthews opened this issue Oct 14, 2013 · 0 comments

Comments

@glennmatthews
Copy link
Owner

Trapezoidal room generation and placement is noticeably slower than any other room type (causing the program to stall for several seconds before it completes). This is probably because a much larger number of candidate shapes are being considered (a "one-sided" trapezoid has 8 possible orientations, and we are generating several different sizes of such as well as "two-sided" trapezoids each with four possible orientations). We should look for ways to speed up this placement or reduce the number of options being considered.

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

No branches or pull requests

1 participant