artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

Improve parsing speed. #144

Closed artasparks closed 8 years ago

artasparks commented 8 years ago

Parsing right now is much slower than I'd like, running at around 7ms a parse. This seems much too slow -- it should be sub ms speeds. I suspect the problem is in the Movetree Construction.