srhickma / padd

Fast and Automatic Formatting of Context-Free Languages
Apache License 2.0
2 stars 2 forks source link

Reduce uneccesary input string cloning #224

Closed srhickma closed 4 years ago

srhickma commented 4 years ago

Reduces additional memory usage previously required to clone the input string into a character array, speeding up the lexing stage significantly for large input files.