Skip to content

Commit

Permalink
[Validator] Removed traverser implementation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
webmozart committed Mar 30, 2014
1 parent 3183aed commit 90c27bb
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 1,938 deletions.
74 changes: 0 additions & 74 deletions src/Symfony/Component/Validator/Node/ClassNode.php

This file was deleted.

66 changes: 0 additions & 66 deletions src/Symfony/Component/Validator/Node/CollectionNode.php

This file was deleted.

26 changes: 0 additions & 26 deletions src/Symfony/Component/Validator/Node/GenericNode.php

This file was deleted.

101 changes: 0 additions & 101 deletions src/Symfony/Component/Validator/Node/Node.php

This file was deleted.

82 changes: 0 additions & 82 deletions src/Symfony/Component/Validator/Node/PropertyNode.php

This file was deleted.

0 comments on commit 90c27bb

Please sign in to comment.