You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite likely to lead to large performance degradations. Sylvester avoids function calls where possible; if you read the source you'll see that a lot of functions that could be implemented in terms of others are actually implemented with all the maths inline. This is because function calls are expensive and removing them lead to large performance gains.
Do you have any code examples to demonstrate how this would solve #6?
Please replace all existing <= and >= with Sylvester.precision based operations such as
for <=, which would probably solve #6 and other imaginable issues.
The text was updated successfully, but these errors were encountered: