SwiftStudies/OysterKit

STLR - Sub transient evaluation optimiser

SwiftStudies opened this issue · 1 comments

When a transient token is encountered all children are disposed of. An optimiser could be created to ensure that those children are not created in the first place so that no performance penalty is incurred.

An optimiser could mark all children as void or transient (investigate as this will impact the preservation of ranges).

Closing as the new rule architecture fix for #27 really makes this unnecessary (also alleviated by regular expression support)