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

parallelize computation #13

Open
aligator opened this issue Jun 6, 2020 · 0 comments
Open

parallelize computation #13

aligator opened this issue Jun 6, 2020 · 0 comments
Labels
enhancement New feature or request feature

Comments

@aligator
Copy link
Owner

aligator commented Jun 6, 2020

There are some possibilities for parallelization using go routines:

  • the slicer can parallelize the slice process for each layer
  • the slicer can also parallelize the makePolygons and GenerateLayerParts per layer
  • the modifier processes each modifier after each other, but some modifiers itself could parallelize the execution per layer, if they only use and modify data from one layer.
  • maybe the gcode generation could also be parallelized per layer and then the resulting gcode parts could be combined at the end.
@aligator aligator added feature enhancement New feature or request labels Jun 6, 2020
aligator pushed a commit that referenced this issue Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

No branches or pull requests

1 participant