Closed DaniPopes closed 1 week ago
Minor performance improvement for the parser. In repeat_until_end_paren the Err is constructed and discarded immediately after, which allocated a string unnecessarily.
repeat_until_end_paren
Err
Comparing DaniPopes:parse-error-string (4031ed9) with main (2c8d947)
DaniPopes:parse-error-string
main
✅ 8 untouched benchmarks
✅ 8
Minor performance improvement for the parser. In
repeat_until_end_paren
theErr
is constructed and discarded immediately after, which allocated a string unnecessarily.