FreeCAD_FastenersWB icon indicating copy to clipboard operation
FreeCAD_FastenersWB copied to clipboard

added cython version of screw_maker module. Move the original screw_m…

Open neurotensin opened this issue 8 years ago • 0 comments

…aker.py out of the way, and run "python setup_screwmaker.py" to try the cython version.

Empirical test on the biggest screw I could find took 8 seconds on my Opteron 6376 (M64x300)

The screw_maker.pyx is slighty different to the .py due to errors in the .py caught by the Cython compilation. This might be useful to test for bugs.

A proper profile might be need to see if this will help, or if more code needs to be converted.

neurotensin avatar Aug 08 '16 02:08 neurotensin