Is PyOctree thread safe? I would like to use multiprocessing to have multiple threads use the same pyoctree object to check if lines intersect the same mesh concurrently. Does that sound safe?
If not, is there a way I can copy an already made pyoctree object? Will copy.deepcopy work?
Is PyOctree thread safe? I would like to use multiprocessing to have multiple threads use the same pyoctree object to check if lines intersect the same mesh concurrently. Does that sound safe?
If not, is there a way I can copy an already made pyoctree object? Will
copy.deepcopy
work?