]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The performance increase in the previous check-in of this branch was due to optimize-init-mem
authordrh <>
Mon, 28 Feb 2022 12:08:09 +0000 (12:08 +0000)
committerdrh <>
Mon, 28 Feb 2022 12:08:09 +0000 (12:08 +0000)
commit4296357c90fa9c67ef2ce6e5e68d8ec1b3e1b40e
treefe3435713804fe222bcaf8cdc74ee82b767376dc
parentc9373e86e816ccd62dec14af42eb5b7640e5011e
The performance increase in the previous check-in of this branch was due to
the revised loop in initMemArray() and reordering fields of Mem - not the
call the memcpy().  Changing the code to avoid memcpy() results in an even
better gain, and code that is far less dodgy.

FossilOrigin-Name: d74aa979530d4236f5900d2ef998b27065d352d7c18bcd822e5c8f1041a1a81c
manifest
manifest.uuid
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c