RustPython / Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zero-copy parser

youknowone opened this issue · comments

Most of text just exists on source code. We don't need to copy them until the source exist.

This is not trivial but worth to try if we really need to do.

Based on the result of #36, I expect zero copy parser will enhance a few percent of parser performance