Multithreading: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 1: Line 1:
<languages/>
<translate>
{{VeryImportantMessage|This is a stub that needs expanding.}}
{{VeryImportantMessage|This is a stub that needs expanding.}}
== Multithreading in FreeCAD ==
== Multithreading in FreeCAD ==
Line 10: Line 12:
[[Category:Developer_Documentation]]
[[Category:Developer_Documentation]]
[[Category:Poweruser Documentation]]
[[Category:Poweruser Documentation]]
</translate>

Revision as of 14:31, 31 January 2020

This is a stub that needs expanding.

Multithreading in FreeCAD

  • Some 3rd party libraries do some multi-threading like the CAD kernel OCC for boolean operations or the tessellation to create a display mesh from the model.
  • The Eigen3 library which is heavily used for the Sketcher also supports multi-threading. (source)

Related links