RustPython / Parser

MIT License
67 stars 24 forks source link

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

Open youknowone opened 1 year ago

MichaReiser commented 1 year ago

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