]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split out all four cases of cellSizePtr() into different methods, each optimized btree-opt
authordrh <drh@noemail.net>
Sat, 20 Jun 2015 18:13:59 +0000 (18:13 +0000)
committerdrh <drh@noemail.net>
Sat, 20 Jun 2015 18:13:59 +0000 (18:13 +0000)
commit1e9ba80b96a680cee60ee5199df093e07a7927a3
treeaf68aae535928ef709d654b12e41003c37e83276
parent82c4f9b4076bca379194efd79ad6df47fff4fab9
Split out all four cases of cellSizePtr() into different methods, each optimized
for the specific page type.  This gives a 0.36% performance increase at a cost
of about 300 bytes of code.

FossilOrigin-Name: 522502ec18bffbb8e1516de542be270a9302df1c
manifest
manifest.uuid
src/btree.c