fel88 / DeepNestPort

DeepNest C# Port
MIT License
79 stars 35 forks source link

Perfomance issue #29

Open artemishenkov opened 1 month ago

artemishenkov commented 1 month ago

Hello, I am really enjoying your port for Deepnest. It works fast with different parts and big quantities but I have a dxf file that causes a performance problem after 20 quantities for DeepNestPort project. At the same time in the Deepest applicat bb.zip ion, it works really fast(even with a quantity of 100). I would appreciate any help figuring out what makes that big difference with Deepnes.

fel88 commented 1 month ago

Hi! Thanks for reporting. I've commited some fix of this problem, probably it will be enough for your needs. There are a few problems with the preview rendering right now, I hope I'll find free time to fix it somewhen

Also you can check this: https://github.com/fel88/DeepNestPort/issues/7#issuecomment-445473587

ps: OpenGL is still on my mind.

artemishenkov commented 1 month ago

Hi @fel88 thank you for your quick update. It works much better now!