pulse00 / Doctrine-Eclipse-Plugin

Eclipse Plugin for the Doctrine ORM
8 stars 5 forks source link

Current annotation parser is too slow #12

Open zulus opened 8 years ago

zulus commented 8 years ago

Current annotation parser is much slower than PDT php parser.

Would be good to investigate:

  1. ANTLR upgrade (rewrite)
  2. Migration to JavaCup
  3. Write from scratch without generators
zulus commented 6 years ago

I prepared experimental migration to ANTRLv4. Still slow... So JavaCup/JFlex or own parser.