]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improve the performance of the built-in REPLACE() function in cases where
authordrh <drh@noemail.net>
Fri, 9 Feb 2018 23:25:14 +0000 (23:25 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Feb 2018 23:25:14 +0000 (23:25 +0000)
commitf313952097725eaf25f80b3431035d19bb1c5c72
tree05cd6ce45ac920fb0310144f11d202cab3cb4288
parent510fea885e5b4841a57d13c21958ce650029f408
Improve the performance of the built-in REPLACE() function in cases where
it does many substitutions that make the string larger.  OSSFuzz is reporting
intermittant timeouts when running a test where it does a REPLACE() on a
930KB random blob. Perhaps this enhancement will fix that.

FossilOrigin-Name: fab2c2b07b5d3cd851db3e6f5c8a44155e32b0df22905ea33412b153b825a928
manifest
manifest.uuid
src/func.c
test/func.test