RustPython/Parser

borrowed ast and default builtin types to immutable - String -> Box<str> etc

youknowone opened this issue · 1 comments

borrowed ast and default builtin types to immutable - String -> Box etc

An alternative to this is that we could try using compact_str to avoid allocating for strings shorter than 24 bytes.