comuns-rpgmaker/schach-parsing

Specialized implementations for common text parsers for better performance

Closed this issue · 0 comments

Feature: Make common text parsers such as string and digit faster by providing specialized implementations instead of just composition.

Desired properties: Specialized parsers should be faster than the same parser encoded with combinators and consume less memory, while keeping the same exact functionality.