]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid initializing the column-cache section of the Parse object, since entries
authordrh <drh@noemail.net>
Fri, 30 Sep 2016 22:24:29 +0000 (22:24 +0000)
committerdrh <drh@noemail.net>
Fri, 30 Sep 2016 22:24:29 +0000 (22:24 +0000)
commitcd9af608e1385772a3a08b86ac3675ff7d9f8270
tree5baaac8606f851af36b75f421e94c051ee185993
parent94881d732bba43c72d31e4f53d751bd0f17b359a
Avoid initializing the column-cache section of the Parse object, since entries
in the cache will be initialized as they are used, and avoiding the initial
memset() saves many CPU cycles.

FossilOrigin-Name: 63cf7eafae5c3c1379edf416c5157010c7c120b5
manifest
manifest.uuid
src/build.c
src/prepare.c
src/sqliteInt.h