Replies: 1 comment
-
Can you post this on the forum? GitHub Discussions are for new features, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
G'day all! I'm a C++ beginner so perhaps I'm missing something obvious, but this is some code I'm writing to loop through all the subgroups of a group.
When profiling, I've found that
shapes_g.getObjnameByIdx(i)
is very slow and actually makes my execution time significantly higher (e.g. 5x). Is there a more efficient way to loop through subgroups? In some of the sample data I'm working with there are 60,000 subgroups.Beta Was this translation helpful? Give feedback.
All reactions