ethan-leba / tree-edit

🌲 Structural editing in Emacs for any™ language!
GNU General Public License v3.0
390 stars 16 forks source link

Special case block nodes for performance #42

Closed ethan-leba closed 2 years ago

ethan-leba commented 2 years ago

Blocks provide the worst performance with the relational parser due to the amount of statements, and receive no benefit from it.

ethan-leba commented 2 years ago

25c7c98 perf(python): parser overrides for block, module 785c35f feat: implement simple parser overrides