ModischFabrications / CutSolver

Webservice to determine ideal cut placement on stocks
https://cutsolver.modisch.me
GNU Lesser General Public License v3.0
31 stars 6 forks source link

Implement bruteforce with more native solution #65

Open ModischFabrications opened 3 months ago

ModischFabrications commented 3 months ago

The algorithm is very CPU intense, might be a good idea to do that close to the metal.

SIMD or numpy? There are probably a few ways to do that, everything else can stay Python.

ModischFabrications commented 3 months ago

6 has a few interesting notes