PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
337 stars 20 forks source link

Improve string.replace #893

Closed Sainan closed 6 days ago

Sainan commented 1 week ago

Made string.replace binary-safe, which saves the time of needing to measure the length of the C strings, and added a fast path for the case of max_replace == 0.