RustPython / Parser

MIT License
76 stars 29 forks source link

zero-copy parser #21

Open youknowone opened 1 year ago

youknowone commented 1 year ago

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.

youknowone commented 1 year ago

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