8000 [Validator] Removed traverser implementation · symfony/symfony@90c27bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 90c27bb

Browse files
committed
[Validator] Removed traverser implementation
The traverser is too slow compared to the current, recursive approach. Testing showed a performance decrease of about 70% without a lot of optimization potential.
1 parent 3183aed commit 90c27bb

18 files changed

+3
-1938
lines changed

src/Symfony/Component/Validator/Node/ClassNode.php

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/Symfony/Component/Validator/Node/CollectionNode.php

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/Symfony/Component/Validator/Node/GenericNode.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/Symfony/Component/Validator/Node/Node.php

Lines changed: 0 additions & 101 deletions
This file was deleted.

src/Symfony/Component/Validator/Node/PropertyNode.php

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0