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
Add benchmarks for adding Constraints. (client.AddConstraint)
Adding Constraints is unlikely to be a bottleneck for normal use cases, but we should have these just so we're aware.
Use Constraints for the ConstraintTemplates chosen to resolve the above issue, as long as their Constraint parameters are of differing complexity. If they are of the same (or very similar) complexity, make up a ConstraintTemplate which uses a complex set of parameters.
The text was updated successfully, but these errors were encountered:
Prerequisite: #151
Add benchmarks for adding Constraints. (
client.AddConstraint
)Adding Constraints is unlikely to be a bottleneck for normal use cases, but we should have these just so we're aware.
Use Constraints for the ConstraintTemplates chosen to resolve the above issue, as long as their Constraint parameters are of differing complexity. If they are of the same (or very similar) complexity, make up a ConstraintTemplate which uses a complex set of parameters.
The text was updated successfully, but these errors were encountered: