Maybe we could try to have a fast path in {{validateConstraints()}} when we don't have any composing constraints. If the gain is very limited, it might not be worth it to complicate the code.
If we can get something faster which avoids to create unnecessary objects, while keeping the code readable, let's do it. |
|