a small question about code, want to deeply understand #19
Answered
by
prashjha
yuantangjin
asked this question in
Q&A
-
Line 53 in 22f97a5
why not:
What are your considerations for using the first method of writing above? Is it because of parallel computing? |
Beta Was this translation helpful? Give feedback.
Answered by
prashjha
Sep 30, 2021
Replies: 1 comment 1 reply
-
Second one is more efficient. I don't recall why I used first method. There maybe more pieces like these and these are from the first iteration of code. Ideally I should relook at all files for optimization but that will take long time. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yuantangjin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Second one is more efficient. I don't recall why I used first method. There maybe more pieces like these and these are from the first iteration of code. Ideally I should relook at all files for optimization but that will take long time.