Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
140 stars 1 forks source link

Prohibitively slow after Unicode support #96

Closed Mercerenies closed 2 years ago

Mercerenies commented 2 years ago

The test suite takes nearly twice as long to run as of c7f7a53ec595923e5b97213e17098067eedfad39.

I suspect the lexer is getting overtaxed with all of the character ranges it has to check, so we may revisit the idea of doing lexing ourselves.

Mercerenies commented 2 years ago

Fixed by 042c2c09730fbb6b522c84fc0af9cc84417955ff