php-parser icon indicating copy to clipboard operation
php-parser copied to clipboard

New AST data structure

Open z7zmey opened this issue 5 years ago • 0 comments

requirements:

  • linear structure
  • batch allocations
  • memory reuse
  • fast creating
  • fast traversing
  • no type assertions
  • no links(use index)

z7zmey avatar Mar 18 '19 21:03 z7zmey