uber / cyborg

Display Android Vectordrawables on iOS.
Apache License 2.0
302 stars 19 forks source link

Audit existing parser combinators for potential performance optimizations #14

Open benpious opened 6 years ago

benpious commented 6 years ago

There hasn't been a lot of attention paid to the perf implications of functions returning functions, or how many times an index is re-parsed so far. There might be some low-hanging fruit here, particularly in the consumeTrivia(before:) function.