]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid an unnecessary call to strlen() in the sqlite3VdbeMemStringify() routine,
authordrh <>
Tue, 3 Jan 2023 18:51:18 +0000 (18:51 +0000)
committerdrh <>
Tue, 3 Jan 2023 18:51:18 +0000 (18:51 +0000)
commitfbde3f50bfcb2235589a5c248a23b3990fd05d9f
treefeb6dcd3e2065934d3dc6b1cb238fe469265d66e
parent1eb88d6e5a5bae41ab08df5949d82d816b3bb7d6
Avoid an unnecessary call to strlen() in the sqlite3VdbeMemStringify() routine,
for a performance increase and size reduction.

FossilOrigin-Name: 284382d37850f469dc4bf3ab8efd2f20971554e897f1ba3e94d3f2f0c35d97d0
manifest
manifest.uuid
src/sqliteInt.h
src/util.c
src/vdbemem.c