Multithreading/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Multithreading")
 
(Created page with "* [https://forum.freecadweb.org/viewtopic.php?f=4&t=17501&p=173095 Thread di FreeCAD] discussione su come esiste un supporto mulitithreading parziale. * https://forum.freecadw...")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>


{{VeryImportantMessage|This is a stub that needs expanding.}}
{{VeryImportantMessage|Questo è un argomento che deve essere ampliato.}}


== Multithreading in FreeCAD ==
== 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.
* Alcune librerie di terze parti eseguono il multi-threading come il kernel CAD OCC per operazioni booleane o la tassellatura per creare una mesh di visualizzazione dal modello.
* The Eigen3 library which is heavily used for the Sketcher also supports multi-threading. ([https://forum.freecadweb.org/viewtopic.php?f=3&t=37327&p=317539#p317535 source])
* La libreria Eigen3, molto utilizzata per Sketcher, supporta anche il multi-threading. ([https://forum.freecadweb.org/viewtopic.php?f=3&t=37327&p=317539#p317535 fonte])


=== Related links ===
=== Link correlati ===


* [https://forum.freecadweb.org/viewtopic.php?f=4&t=17501&p=173095 FreeCAD thread] discussion on how there is partial mulitithreading support.
* [https://forum.freecadweb.org/viewtopic.php?f=4&t=17501&p=173095 Thread di FreeCAD] discussione su come esiste un supporto mulitithreading parziale.
* https://forum.freecadweb.org/viewtopic.php?f=3&t=37327&p=317539#p317535
* https://forum.freecadweb.org/viewtopic.php?f=3&t=37327&p=317539#p317535
* [https://forum.freecadweb.org/viewtopic.php?f=8&t=37398 FreeCAD and multicores - multithreads] a forum thread on multicores - multithreads support.
* [https://forum.freecadweb.org/viewtopic.php?f=8&t=37398 FreeCAD e multicore - multithread] un thread del forum su multicore - supporto multithread.





Latest revision as of 21:12, 26 September 2022

Questo è un argomento che deve essere ampliato.

Multithreading in FreeCAD

  • Alcune librerie di terze parti eseguono il multi-threading come il kernel CAD OCC per operazioni booleane o la tassellatura per creare una mesh di visualizzazione dal modello.
  • La libreria Eigen3, molto utilizzata per Sketcher, supporta anche il multi-threading. (fonte)

Link correlati