]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid calling btreeParseCellPtr() from within fillInCell() since most of
authordrh <drh@noemail.net>
Tue, 23 Sep 2014 22:36:25 +0000 (22:36 +0000)
committerdrh <drh@noemail.net>
Tue, 23 Sep 2014 22:36:25 +0000 (22:36 +0000)
commit6200c88123e5933dc81ec132d0c03f8bff86a07b
tree6cb3f57966d46b327bb7ede7c725f2dbc5ea7baa
parentab1cc58b7018a2bcfd9a3b2107bd2bbb6cbbf0f8
Avoid calling btreeParseCellPtr() from within fillInCell() since most of
what btreeParseCellPtr() computes is ignored by fillInCell().  Instead, have
fillInCell() compute the values it needs inline.  Performance improvement.

FossilOrigin-Name: 4147f6671e3faa8ddffab8387a6c7d9b5b962fc8
manifest
manifest.uuid
src/btree.c