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

Are there any comparative benchmarks with other algorithms? #11

Open
1vanK opened this issue Dec 15, 2024 · 1 comment
Open

Are there any comparative benchmarks with other algorithms? #11

1vanK opened this issue Dec 15, 2024 · 1 comment

Comments

@1vanK
Copy link

1vanK commented Dec 15, 2024

The only thing I found was this article https://www.david-colson.com/2020/03/10/exploring-rect-packing.html. And in it, Binary Tree is not optimal

@geneotech
Copy link
Member

Hey, I haven't done any benchmarks against any other algorithms, except of course the original which I based rectpack2D on. rectpack2D is of course not optimal since optimal packing is NP-complete, and this one is just a heuristic.

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