Skip to content

parallelize computation #13

Description

@aligator

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions