mirror of
https://github.com/lua/lua.git
synced 2026-06-13 10:49:27 +00:00
b0810c51c3f075cc8a309bfb3c1714ac42b0f020
Avoid creating extra strings when possible: - avoid creating new resulting string when subject was not modified (instead, return the subject itself); - avoid creating strings representing the captured substrings when handling replacements like '%1' (instead, add the substring directly to the buffer).
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%