New issue 18 by igor.sazhnev: Perfomance improvements
http://code.google.com/p/addendum/issues/detail?id=18
Am using addendum heavily and interested in some perfomance improvements.
I know annotation builder alredy uses static cache for annotations, but
maybe something like stripping standart php doc comments may speed up
process?
Things like @author, @package, @var etc. can be omited while processing and
think it can gives some boost, no?
Thanks for great library, very useful
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Well, this would make almost no difference. However if you want speed
probably some
kind of file cache would help. Using such cache, annotations would be
cached even
between requests.
Comment #2 on issue 18 by jan.suchal: Perfomance improvements
http://code.google.com/p/addendum/issues/detail?id=18
(No comment was entered for this change.)