on which aws instance meshlib sdk can perform well #2773
Answered
by
Grantim
dhanraj-khatal
asked this question in
Q&A
-
I am using c5n.2xlarge instance to run the meshlib python sdk API. to clean up the mesh and rebuild the mesh it is taking too much time. can you suggest any particular configuration in which meshlib can perform well? |
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
May 27, 2024
Replies: 2 comments 3 replies
-
Hello! Performance depends in multiple parameters, could you please tell us more about your cleanup workflow and show example of input data? |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @Grantim ,
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing! Computational complexity of this function is something about
O((1/voxelSize)^3)
you can try to increase voxel size for better performance. We have functionmm.suggestVoxelSize( mesh, 5e6 )
.