hellomrjack Posted April 28, 2011 Share Posted April 28, 2011 Hi, I was wondering if anyone here has tried to use multithreading in a Python SOP? My current node that reads in a volume data format is incredibly slow (2mins to read a 2563 scan) and I was wondering if a bit of multithreading could improve it. Thanks Jack Quote Link to comment Share on other sites More sharing options...
edward Posted April 28, 2011 Share Posted April 28, 2011 Time the different parts of your code first and see which parts are actually slow. If you use setAllVoxels(), I can't see how it can be that slow (well, unless you use a 486 or something . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.