Improve token analyzer performance
Matthimatiker opened this issue · 0 comments
Matthimatiker commented
Check if it is possible to improve the performance of the TokenAnalyzer.
Currently the analyzer traverses the token list many times.
Therefore:
- Measure the current performance (see #10)
- Change internal implementation (see https://github.com/Matthimatiker/AspectPHP/wiki/Proposal for hints about a design that might be useful)
- Measure again
- Use the new design if performance was improved