Why do longer variable names make solveFor() take a lot more time?
#662
Answered
by
jiggzson
ChocolateLoverRaj
asked this question in
Q&A
|
From #661:
Why is there around 10 second difference? Also then in this case would renaming |
Answered by
jiggzson
Mar 25, 2022
Replies: 1 comment
|
It seems that the issue is not related to the longer variable names but rather when solving for an equation vs an expression. The increased speed is due to the fact that solve is being provided an expression. This definitely needs investigating. |
0 replies
Answer selected by
ChocolateLoverRaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the issue is not related to the longer variable names but rather when solving for an equation vs an expression. The increased speed is due to the fact that solve is being provided an expression. This definitely needs investigating.