Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

split php source to array to speed up lexing, closes #70 #75

Closed ghost closed 7 years ago

ghost commented 7 years ago

Significant decrease in parsing time, especially noticable in large files. When testing example file from #70 in Chrome 55, time decrease from 7s to 250ms and in Waterfox from 6.2s to 210ms

Hirse commented 7 years ago

Thanks for improvement. I had to change the split to use a regex to work on Windows.