You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I
loft
wires created by the drawing API the resulting object is much slower to.cut()
with another shape.Here's a benchmark:
On my machine it printed
[350,210,219,212,218] [9731,8843,9105,8830,8822]
(smaller values are better,loftWith
values first, thenloft([])
drawings).What could be the reason of it? If this cannot be fixed, how can I avoid introducing these bottlenecks in my programs?
Beta Was this translation helpful? Give feedback.
All reactions